8000 TST: really disable the tests · MacPython/matplotlib-wheels@ae062dd · 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 ae062dd

Browse files
committed
TST: really disable the tests
1 parent 0a89073 commit ae062dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function run_tests {
7070
echo PYTHONHASHSEED=$PYTHONHASHSEED
7171

7272
echo "testing matplotlib using $NPROC process(es)"
73-
py.test $PYTEST_ARGS -m 'not network' $MPL_INSTALL_DIR $(dirname ${MPL_INSTALL_DIR})/mpl_toolkits
73+
# py.test $PYTEST_ARGS -m 'not network' $MPL_INSTALL_DIR $(dirname ${MPL_INSTALL_DIR})/mpl_toolkits
7474

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

0 commit comments

Comments
 (0)
0