replace hardcoded links to github pull requests with extlinks

Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
This commit is contained in:
oleg.hoefling
2021-10-24 17:57:38 +02:00
parent 7037a58711
commit bba0ce4877
6 changed files with 53 additions and 102 deletions

View File

@@ -164,6 +164,7 @@ _repo = "https://github.com/pytest-dev/pytest"
extlinks = {
"pypi": ("https://pypi.org/project/%s/", ""),
"issue": (f"{_repo}/issues/%s", "issue #"),
"pull": (f"{_repo}/pull/%s", "pull request #"),
}