Skip to content

Commit 13d23a2

Browse files
authored
Merge pull request #9275 from hoefling/doc/extlinks-gh-pull
2 parents 59373fe + bba0ce4 commit 13d23a2

File tree

6 files changed

+53
-102
lines changed

6 files changed

+53
-102
lines changed

doc/en/announce/release-2.9.0.rst

Lines changed: 1 addition & 2 deletions
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 `@MichaelAquilina`_ for the complete PR (`#1040`_).
48+
Thanks `@MichaelAquilina`_ for the complete PR (:pull:`1040`).
4949

5050
* ``--doctest-glob`` may now be passed multiple times in the command-line.
5151
Thanks `@jab`_ and `@nicoddemus`_ for the PR.
@@ -133,7 +133,6 @@ The py.test Development Team
133133

134134
.. _`traceback style docs`: https://pytest.org/en/stable/how-to/output.html#modifying-python-traceback-printing
135135

136-
.. _#1040: https://github.com/pytest-dev/pytest/pull/1040
137136

138137
.. _@biern: https://github.com/biern
139138
.. _@MichaelAquilina: https://github.com/MichaelAquilina

doc/en/announce/release-2.9.1.rst

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

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

4949
* Fix (:issue:`578`): SyntaxErrors
5050
containing non-ascii lines at the point of failure generated an internal
@@ -57,8 +57,6 @@ The py.test Development Team
5757
* Fix (:issue:`649`): parametrized test nodes cannot be specified to run on the command line.
5858

5959

60-
.. _#1431: https://github.com/pytest-dev/pytest/pull/1431
61-
6260
.. _@asottile: https://github.com/asottile
6361
.. _@nicoddemus: https://github.com/nicoddemus
6462
.. _@tomviner: https://github.com/tomviner

doc/en/announce/release-2.9.2.rst

Lines changed: 2 additions & 4 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 `@astraw38`_ for reporting the issue (:issue:`1496`) and `@tomviner`_
47-
for PR the (`#1524`_).
47+
for PR the (:pull:`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 `@prusse-martin`_ for the PR (`#1506`_).
54+
Thanks `@prusse-martin`_ for the PR (:pull:`1506`).
5555

5656
* Fix ``pytest.mark.skip`` mark when used in strict mode.
5757
Thanks `@pquentin`_ for the PR and `@RonnyPfannschmidt`_ for
@@ -64,8 +64,6 @@ The py.test Development Team
6464
one per fixture name.
6565
Thanks to `@hackebrot`_ for the PR.
6666

67-
.. _#1506: https://github.com/pytest-dev/pytest/pull/1506
68-
.. _#1524: https://github.com/pytest-dev/pytest/pull/1524
6967

7068
.. _@astraw38: https://github.com/astraw38
7169
.. _@hackebrot: https://github.com/hackebrot

0 commit comments

Comments
 (0)