Skip to content

Commit 919a146

Browse files
authored
Remove test_importlib from polluters (RustPython#7279)
1 parent 5a56a76 commit 919a146

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_importlib/resources/test_resource.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def test_is_file_failure_does_not_keep_open(self):
153153
def test_as_file_does_not_keep_open(self): # pragma: no cover
154154
resources.as_file(resources.files('data01') / 'binary.file')
155155

156-
@unittest.skipIf("RUSTPYTHON_SKIP_ENV_POLLUTERS" in os.environ, "TODO: RUSTPYTHON; environment pollution when running rustpython -m test --fail-env-changed due to tmpfile leak")
157156
def test_entered_path_does_not_keep_open(self):
158157
"""
159158
Mimic what certifi does on import to make its bundle

0 commit comments

Comments
 (0)