We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634798c commit 4abc5e5Copy full SHA for 4abc5e5
graalpython/com.oracle.graal.python.test/src/tests/test_imports.py
@@ -145,9 +145,6 @@ def test_imp_cached_imports():
145
spec = finder.find_spec("encodings", None)
146
assert spec.submodule_search_locations
147
148
- spec = finder.find_spec("encodings.utf_8", None)
149
- assert not spec.submodule_search_locations
150
-
151
152
def test_import_package_all() :
153
import package1
0 commit comments