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

Skip to content

Commit 4d26d74

Browse files
committed
Allow divmod to be overridden by numpy
1 parent 1383228 commit 4d26d74

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)