Replace hardcoded links to Github issues with extlinks (#9234)

This commit is contained in:
Oleg Höfling
2021-11-06 10:16:11 +01:00
committed by GitHub
parent 842814c969
commit 49f934618c
20 changed files with 1160 additions and 1475 deletions
+1 -1
View File
@@ -170,5 +170,5 @@ The reason pytest does not handle those signals to perform fixture cleanup is th
and changing them might interfere with the code under execution.
If fixtures in your suite need special care regarding termination in those scenarios,
see `this comment <https://github.com/pytest-dev/pytest/issues/5243#issuecomment-491522595>`__ in the issue
see :issue:`this comment <5243#issuecomment-491522595>` in the issue
tracker for a possible workaround.