This repository was archived by the owner on Apr 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ install:
119119 - python rm_test_images.py wheelhouse/*.whl
120120
121121script :
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"
123123 # increase number of open files allowed for tests, on OSX
124124 # https://github.com/matplotlib/matplotlib/issues/3315
125125 - ulimit -n 4096
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LOCAL_FT_COMMIT=5ad9b15
66
77# Test arguments
88NPROC=2
9- PYTEST_ARGS=" -ra --maxfail=1 --timeout=300 --durations=25 --cov-report= --cov=lib - n $NPROC "
<
81F3
td data-grid-cell-id="diff-f664e29ba13a6135bb7bf8f7e4c51e380b0cd6266be561c046467e0accdcdaa5-9-9-0" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">9+ PYTEST_ARGS=" -ra --maxfail=1 --timeout=300 --durations=25 -n $NPROC "
1010
1111
1212function pre_build {
@@ -65,7 +65,7 @@ function run_tests {
6565 python -c " from matplotlib import font_manager"
6666
6767 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
6969
7070 echo " Check import of tcl / tk"
7171 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