Skip to content

Commit 36265cc

Browse files
committed
replace hardcoded links to bugs.python.org with extlinks
Signed-off-by: oleg.hoefling <[email protected]>
1 parent 7037a58 commit 36265cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/en/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ Bug Fixes
13971397
- :issue:`5914`: pytester: fix :py:func:`~_pytest.pytester.LineMatcher.no_fnmatch_line` when used after positive matching.
13981398

13991399

1400-
- :issue:`6082`: Fix line detection for doctest samples inside :py:class:`python:property` docstrings, as a workaround to `bpo-17446 <https://bugs.python.org/issue17446>`__.
1400+
- :issue:`6082`: Fix line detection for doctest samples inside :py:class:`python:property` docstrings, as a workaround to :bpo:`17446`.
14011401

14021402

14031403
- :issue:`6254`: Fix compatibility with pytest-parallel (regression in pytest 5.3.0).

doc/en/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162

163163
_repo = "https://github.com/pytest-dev/pytest"
164164
extlinks = {
165+
"bpo": ("https://bugs.python.org/issue%s", "bpo-%s"),
165166
"pypi": ("https://pypi.org/project/%s/", ""),
166167
"issue": (f"{_repo}/issues/%s", "issue #"),
167168
}

0 commit comments

Comments
 (0)