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 e8e7524 commit b12350eCopy full SHA for b12350e
graalpython/lib-python/3/test/test_cmd_line_script.py
@@ -459,7 +459,6 @@ def test_dash_m_errors(self):
459
br'ModuleNotFoundError'),
460
('builtins.x.y', br'Error while finding module specification.*'
461
br'ModuleNotFoundError.*No module named.*not a package'),
462
- ('os.path', br'loader.*cannot handle'),
463
('importlib', br'No module named.*'
464
br'is a package and cannot be directly executed'),
465
('importlib.nonexistent', br'No module named'),
0 commit comments