This repository was archived by the owner on Apr 16, 2021. It is now read-only.
File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ install:
119
119
- python rm_test_images.py wheelhouse/*.whl
120
120
121
121
script :
122
- - TEST_DEPENDS="numpy==$NP_TEST_DEP pytest mock sphinx pytest pytest-cov pytest- timeout pytest-xdist pytest-faulthandler"
122
+ - TEST_DEPENDS="numpy==$NP_TEST_DEP pytest mock sphinx pytest pytest-timeout pytest-xdist pytest-faulthandler"
123
123
# increase number of open files allowed for tests, on OSX
124
124
# https://github.com/matplotlib/matplotlib/issues/3315
125
125
- ulimit -n 4096
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LOCAL_FT_COMMIT=5ad9b15
6
6
7
7
# Test arguments
8
8
NPROC=2
9
- PYTEST_ARGS=" -ra --maxfail=1 --timeout=300 --durations=25 --cov-report= --cov=lib - n $NPROC "
9
+ PYTEST_ARGS=" -ra --maxfail=1 --timeout=300 --durations=25 -n $NPROC "
10
10
11
11
12
12
function pre_build {
@@ -65,7 +65,7 @@ function run_tests {
65
65
python -c " from matplotlib import font_manager"
66
66
67
67
echo " testing matplotlib using $NPROC process(es)"
68
- py.test $PYTEST_ARGS
68
+ py.test $PYTEST_ARGS $MPL_INSTALL_DIR $( dirname ${MPL_INSTALL_DIR} ) /mpl_toolkits
69
69
70
70
echo " Check import of tcl / tk"
71
71
MPLBACKEND=" tkagg" python -c ' import matplotlib.pyplot as plt; print(plt.get_backend())'
You can’t perform that action at this time.
0 commit comments