Skip to content

Commit 66dbab6

Browse files
committed
📝 Rename :pull: RST role to :pr:
This is a preparatory patch for integrating the third party `sphinx-issues` extension.
1 parent f75e3fe commit 66dbab6

File tree

6 files changed

+55
-55
lines changed

6 files changed

+55
-55
lines changed

doc/en/announce/release-2.9.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The py.test Development Team
4545
**New Features**
4646

4747
* New ``pytest.mark.skip`` mark, which unconditionally skips marked tests.
48-
Thanks :user:`MichaelAquilina` for the complete PR (:pull:`1040`).
48+
Thanks :user:`MichaelAquilina` for the complete PR (:pr:`1040`).
4949

5050
* ``--doctest-glob`` may now be passed multiple times in the command-line.
5151
Thanks :user:`jab` and :user:`nicoddemus` for the PR.

doc/en/announce/release-2.9.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The py.test Development Team
4444
Thanks :user:`nicoddemus` for the PR.
4545

4646
* Fix (:issue:`469`): junit parses report.nodeid incorrectly, when params IDs
47-
contain ``::``. Thanks :user:`tomviner` for the PR (:pull:`1431`).
47+
contain ``::``. Thanks :user:`tomviner` for the PR (:pr:`1431`).
4848

4949
* Fix (:issue:`578`): SyntaxErrors
5050
containing non-ascii lines at the point of failure generated an internal

doc/en/announce/release-2.9.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ The py.test Development Team
4444

4545
* Fix Xfail does not work with condition keyword argument.
4646
Thanks :user:`astraw38` for reporting the issue (:issue:`1496`) and :user:`tomviner`
47-
for PR the (:pull:`1524`).
47+
for PR the (:pr:`1524`).
4848

4949
* Fix win32 path issue when putting custom config file with absolute path
5050
in ``pytest.main("-c your_absolute_path")``.
5151

5252
* Fix maximum recursion depth detection when raised error class is not aware
5353
of unicode/encoded bytes.
54-
Thanks :user:`prusse-martin` for the PR (:pull:`1506`).
54+
Thanks :user:`prusse-martin` for the PR (:pr:`1506`).
5555

5656
* Fix ``pytest.mark.skip`` mark when used in strict mode.
5757
Thanks :user:`pquentin` for the PR and :user:`RonnyPfannschmidt` for

0 commit comments

Comments
 (0)