From 76e230a470e218acec760f5eff2e36cb1452fdcc Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Wed, 3 Feb 2021 22:26:59 -0500 Subject: [PATCH] Unskip test_package_object --- 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 4c72205ec..269adadb2 100644 --- a/Lib/test/test_importlib/util.py +++ b/Lib/test/test_importlib/util.py @@ -465,7 +465,6 @@ class CommonResourceTests(abc.ABC): # Passing in the package name should succeed. self.execute(data01.__name__, 'utf-8.file') - @unittest.skip("TODO: RUSTPYTHON") def test_package_object(self): # Passing in the package itself should succeed. self.execute(data01, 'utf-8.file')