8000 MNT: skip network tests · MacPython/matplotlib-wheels@1a19e31 · 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 1a19e31

Browse files
committed
MNT: skip network tests
1 parent ffd36d6 commit 1a19e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpl_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function mpl_test {
4040
echo "testing matplotlib using 1 process"
4141
# Exclude known fail on Python 3.4
4242
# https://github.com/matplotlib/matplotlib/pull/2981
43-
$PYTHON_EXE ../matplotlib/tests.py -sv -e test_override_builtins
43+
$PYTHON_EXE ../matplotlib/tests.py -sv -e test_override_builtins --no-network
4444
require_success "Testing matplotlib returned non-zero status"
4545
cd ..
4646
}

0 commit comments

Comments
 (0)
0