Point to stable docs instead of latest

Now that our master might contain new features, it is best to point
users to the stable docs rather than the latest
This commit is contained in:
Bruno Oliveira
2020-07-07 07:39:35 -03:00
parent b6a31b9c4d
commit 93d2ccbfb7
121 changed files with 226 additions and 226 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ comes with the following fixes and features:
- yielded test functions will now have autouse-fixtures active but
cannot accept fixtures as funcargs - it's anyway recommended to
rather use the post-2.0 parametrize features instead of yield, see:
http://pytest.org/en/latest/example/parametrize.html
http://pytest.org/en/stable/example/parametrize.html
- fix autouse-issue where autouse-fixtures would not be discovered
if defined in an a/conftest.py file and tests in a/tests/test_some.py
- fix issue226 - LIFO ordering for fixture teardowns