Remove part of a test that is annoying to develop

This commit is contained in:
Dave Halter
2022-11-11 17:44:49 +01:00
parent 2a7311c1a0
commit a6cf2c338a

View File

@@ -297,7 +297,6 @@ def test_os_issues(Script):
# Github issue #759
s = 'import os, s'
assert 'sys' in import_names(s)
assert 'path' not in import_names(s, column=len(s) - 1)
assert 'os' in import_names(s, column=len(s) - 3)
# Some more checks