From c185a387de8ea7e15f78ff5aad707d28f88546bb Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Wed, 3 Feb 2021 23:18:06 -0500 Subject: [PATCH] Unskip test_string_path --- Lib/test/test_importlib/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_importlib/util.py b/Lib/test/test_importlib/util.py index 269adadb2..7cc6314d2 100644 --- a/Lib/test/test_importlib/util.py +++ b/Lib/test/test_importlib/util.py @@ -469,7 +469,6 @@ class CommonResourceTests(abc.ABC): # Passing in the package itself should succeed. self.execute(data01, 'utf-8.file') - @unittest.skip("TODO: RUSTPYTHON") def test_string_path(self): # Passing in a string for the path should succeed. path = 'utf-8.file'