We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest-rerunfailures<9
1 parent 2df3bef commit 76f6447Copy full SHA for 76f6447
requirements/tests.in
@@ -44,8 +44,8 @@ pytest-cov==2.12.0; python_version != "3.4"
44
pytest-forked>=1.1.3; sys_platform != "win32" and python_version >= '3.0' and python_version <= '3.4'
45
pytest-forked>=1.2.0; sys_platform != "win32" and (python_version < '3.0' or python_version > '3.4')
46
pytest-mock>=1.11.0
47
-pytest-rerunfailures < 10; python_version >= "3.0" and python_version < "3.6"
48
-pytest-rerunfailures < 9; python_version <= "2.7"
+pytest-rerunfailures < 9; python_version <= "2.7" or python_version == "3.4"
+pytest-rerunfailures < 10; python_version == "3.5"
49
pytest-rerunfailures; python_version >= "3.6"
50
pytest-sugar>=0.9.3
51
pytest-watch==4.2.0
0 commit comments