Skip to content

Commit 8331ba9

Browse files
committed
Merge pull request #2981 from cimarronm/test_override_builtins_spec_variable
TST: __spec__ (an import-related variable for modules) was added in pyth...
2 parents 3c8fe52 + 69e6595 commit 8331ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_basic.py

+1
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)