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

Skip to content

Commit 60f547a

Browse files
authored
Merge pull request #8735 from dstansby/fix-tests
Allow divmod to be overridden by numpy
2 parents 1383228 + 4d26d74 commit 60f547a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_basic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ def test_override_builtins():
2020
'__spec__',
2121
'any',
2222
'all',
23-
'sum'
23+
'sum',
24+
'divmod'
2425
}
2526

2627
# We could use six.moves.builtins here, but that seems

0 commit comments

Comments
 (0)