File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 59
59
- PYPARSING=pyparsing
60
60
- PYTEST='pytest>=3.6.1'
61
61
- PYTEST_COV=pytest-cov
62
+ - PYTEST_RERUNFAILURES=pytest-rerunfailures
62
63
- PYTEST_PEP8=
63
64
- PYTEST_TIMEOUT=pytest-timeout
64
65
- SPHINX=sphinx
@@ -84,6 +85,7 @@ matrix:
84
85
- PYPARSING=pyparsing==2.0.1
85
86
- PYTEST=pytest==3.6.1
86
87
- PYTEST_COV=pytest-cov==2.3.1
88
+ - PYTEST_RERUNFAILURES='pytest-rerunfailures<6' # 6 needs pytest >=3.8
87
89
- PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest <3.4.
88
90
- SPHINX=sphinx==1.3
89
91
- python : 3.4
@@ -180,7 +182,7 @@ install:
180
182
$PYTEST_COV \
181
183
pytest-faulthandler \
182
184
$PYTEST_PEP8 \
183
- pytest-rerunfailures \
185
+ $PYTEST_RERUNFAILURES \
184
186
$PYTEST_TIMEOUT \
185
187
pytest-xdist
186
188
You can’t perform that action at this time.
0 commit comments