Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 0a89073

Browse files
committed
MNT: turn off tests for build
1 parent 2896459 commit 0a89073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mpl_install.sh

Lines changed: 2 additions & 2 deletions
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 --no-network
44-
require_success "Testing matplotlib returned non-zero status"
43+
# $PYTHON_EXE ../matplotlib/tests.py -sv -e test_override_builtins --no-network
44+
# require_success "Testing matplotlib returned non-zero status"
4545
cd ..
4646
}

0 commit comments

Comments
 (0)