Remove all version references to obsolete pytest versions (#5184)

Remove all version references to obsolete pytest versions
This commit is contained in:
Bruno Oliveira
2019-04-29 08:02:32 -03:00
committed by GitHub
19 changed files with 76 additions and 76 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ You can "mark" a test function with custom metadata like this:
def test_method(self):
pass
.. versionadded:: 2.2
You can then restrict a test run to only run tests marked with ``webtest``:
@@ -210,7 +210,7 @@ Or to select "http" and "quick" tests:
Registering markers
-------------------------------------
.. versionadded:: 2.2
.. ini-syntax for custom markers:
+1 -1
View File
@@ -854,7 +854,7 @@ information.
``PYTEST_CURRENT_TEST`` environment variable
--------------------------------------------
.. versionadded:: 3.2
Sometimes a test session might get stuck and there might be no easy way to figure out
which test got stuck, for example if pytest was run in quiet mode (``-q``) or you don't have access to the console