Skip to content

Commit 4abc5e5

Browse files
committed
Adjust test for cached import
1 parent 634798c commit 4abc5e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_imports.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ def test_imp_cached_imports():
145145
spec = finder.find_spec("encodings", None)
146146
assert spec.submodule_search_locations
147147

148-
spec = finder.find_spec("encodings.utf_8", None)
149-
assert not spec.submodule_search_locations
150-
151148

152149
def test_import_package_all() :
153150
import package1

0 commit comments

Comments
 (0)