Skip to content

Commit b12350e

Browse files
committed
backport test_cmd_line_script change from python 3.11
1 parent e8e7524 commit b12350e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/lib-python/3/test/test_cmd_line_script.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ def test_dash_m_errors(self):
459459
br'ModuleNotFoundError'),
460460
('builtins.x.y', br'Error while finding module specification.*'
461461
br'ModuleNotFoundError.*No module named.*not a package'),
462-
('os.path', br'loader.*cannot handle'),
463462
('importlib', br'No module named.*'
464463
br'is a package and cannot be directly executed'),
465464
('importlib.nonexistent', br'No module named'),

0 commit comments

Comments
 (0)