8000 maybe this will work? · MacPython/matplotlib-wheels@6017fe8 · 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 6017fe8

Browse files
committed
maybe this will work?
1 parent 6fbafd5 commit 6017fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LOCAL_FT_COMMIT=5ad9b15
66

77
# Test arguments
88
NPROC=2
9-
PYTEST_ARGS="-ra --maxfail=1 --timeout=300 --durations=25 -n $NPROC -m 'not network'"
9+
PYTEST_ARGS="-ra --maxfail=1 --timeout=300 --durations=25 -n $NPROC"
1010

1111

1212
function pre_build {
@@ -76,7 +76,7 @@ function run_tests {
7676
echo PYTHONHASHSEED=$PYTHONHASHSEED
7777

7878
echo "testing matplotlib using $NPROC process(es)"
79-
py.test $PYTEST_ARGS $MPL_INSTALL_DIR $(dirname ${MPL_INSTALL_DIR})/mpl_toolkits
79+
py.test $PYTEST_ARGS -m 'not network' $MPL_INSTALL_DIR $(dirname ${MPL_INSTALL_DIR})/mpl_toolkits
8080

8181
echo "Check import of tcl / tk"
8282
MPLBACKEND="tkagg" python -c 'import matplotlib.pyplot as plt; print(plt.get_backend())'

0 commit comments

Comments
 (0)
0