Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef1954a

Browse files
committed
Pin pytest-rerunfailures
1 parent ccded5f commit ef1954a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ matrix:
8989
- PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest <3.4.
9090
- SPHINX=sphinx==1.3
9191
- python: 3.4
92-
env: PYTHON_ARGS=-OO
92+
env:
93+
- PYTHON_ARGS=-OO
94+
- PYTEST_RERUNFAILURES='pytest-rerunfailures<7'
9395
- python: 3.6
9496
env: DELETE_FONT_CACHE=1 PANDAS='pandas<0.21.0' PYTEST_PEP8=pytest-pep8 RUN_PEP8=--pep8
9597
- python: 3.7

0 commit comments

Comments
 (0)