Replace hardcoded links to PyPI with extlinks (#9224)

This commit is contained in:
Oleg Höfling
2021-10-22 14:47:57 +02:00
committed by GitHub
parent 2af41c5703
commit 1e9e16d829
18 changed files with 1003 additions and 1006 deletions
+1 -2
View File
@@ -154,8 +154,7 @@ This makes use of the automatic caching mechanisms of pytest.
Another good approach is by adding the data files in the ``tests`` folder.
There are also community plugins available to help to manage this aspect of
testing, e.g. `pytest-datadir <https://pypi.org/project/pytest-datadir/>`__
and `pytest-datafiles <https://pypi.org/project/pytest-datafiles/>`__.
testing, e.g. :pypi:`pytest-datadir` and :pypi:`pytest-datafiles`.
.. _fixtures-signal-cleanup: