Skip to content

Commit ddaab7a

Browse files
committed
1 parent eed3e9c commit ddaab7a

File tree

4 files changed

+790
-791
lines changed

4 files changed

+790
-791
lines changed

changelog/4351.improvement.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pytest's own tests now work with plugins like pytest-repeat being installed (they are not used for inner tests anymore).

changelog/_template.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{% if definitions[category]['showcontent'] %}
1515
{% for text, values in sections[section][category]|dictsort(by='value') %}
1616
{% set issue_joiner = joiner(', ') %}
17-
- {% for value in values|sort %}{{ issue_joiner() }}`{{ value }} <https://github.com/pytest-dev/pytest/issues/{{ value[1:] }}>`_{% endfor %}: {{ text }}
17+
- {% for value in values|sort %}{{ issue_joiner() }}`{{ value }} <https://github.com/pytest-dev/pytest/issues/{{ value[1:] }}>`__{% endfor %}: {{ text }}
1818

1919

2020
{% endfor %}

0 commit comments

Comments
 (0)