##// END OF EJS Templates
Exclude some more import-related modules from deepreload test
Thomas Kluyver -
Show More
@@ -30,8 +30,9 b' def test_deepreload_numpy():'
30 # Test-related exclusions:
30 # Test-related exclusions:
31 'unittest', 'UserDict', '_collections_abc', 'tokenize',
31 'unittest', 'UserDict', '_collections_abc', 'tokenize',
32 'collections', 'collections.abc',
32 'collections', 'collections.abc',
33 'importlib', 'importlib._bootstrap', '_frozen_importlib',
33 'importlib', 'importlib.machinery', '_imp',
34 '_frozen_importlib_external',
34 'importlib._bootstrap', 'importlib._bootstrap_external',
35 '_frozen_importlib', '_frozen_importlib_external',
35 ]
36 ]
36
37
37 dreload(numpy, exclude=exclude)
38 dreload(numpy, exclude=exclude)
General Comments 0
You need to be logged in to leave comments. Login now