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

Skip to content

Commit 69e6595

Browse files
committed
TST: __spec__ (an import-related variable for modules) was added in python 3.4. Need to exclude in test_override_builtins.
1 parent 3c8fe52 commit 69e6595

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/tests/test_basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def test_override_builtins():
2525
'__doc__',
2626
'__package__',
2727
'__loader__',
28+
'__spec__',
2829
'any',
2930
'all',
3031
'sum'

0 commit comments

Comments
 (0)