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 50d4283

Browse files
committed
Fix recursionlimit parameter
1 parent 6afc136 commit 50d4283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function run_tests {
6666
local extra_test_args="-e TestTinyPages"
6767
else
6868
# See gh issue 7799
69-
local extra_test_args="--recursionlimit==1500"
69+
local extra_test_args="--recursionlimit=1500"
7070
fi
7171
python $MPL_SRC_DIR/tests.py -sv $extra_test_args
7272

matplotlib

Submodule matplotlib updated 3037 files

0 commit comments

Comments
 (0)