8000 Add pytest-rerunfailures · MacPython/matplotlib-wheels@c73ac53 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit c73ac53

Browse files
committed
Add pytest-rerunfailures
Intermittent test failures - see: matplotlib/matplotlib#7911. Install pytest-rerunfailures to trigger rebuild on failure.
1 parent 57399b9 commit c73ac53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ install:
145145
- python rm_test_images.py wheelhouse/*.whl
146146

147147
script:
148-
- TEST_DEPENDS="numpy==$NP_TEST_DEP pytest mock sphinx pytest pytest-timeout pytest-xdist pytest-faulthandler"
148+
- TEST_DEPENDS="numpy==$NP_TEST_DEP pytest mock sphinx pytest pytest-timeout pytest-xdist pytest-faulthandler pytest-rerunfailures"
149149
# increase number of open files allowed for tests, on OSX
150150
# https://github.com/matplotlib/matplotlib/issues/3315
151151
- ulimit -n 4096

0 commit comments

Comments
 (0)
0