Skip to content

Commit 76f6447

Browse files
committed
Cap pytest-rerunfailures<9 for both py27 & py34
1 parent 2df3bef commit 76f6447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/tests.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ pytest-cov==2.12.0; python_version != "3.4"
4444
pytest-forked>=1.1.3; sys_platform != "win32" and python_version >= '3.0' and python_version <= '3.4'
4545
pytest-forked>=1.2.0; sys_platform != "win32" and (python_version < '3.0' or python_version > '3.4')
4646
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"
47+
pytest-rerunfailures < 9; python_version <= "2.7" or python_version == "3.4"
48+
pytest-rerunfailures < 10; python_version == "3.5"
4949
pytest-rerunfailures; python_version >= "3.6"
5050
pytest-sugar>=0.9.3
5151
pytest-watch==4.2.0

0 commit comments

Comments
 (0)