diff --git a/importlib_resources/tests/test_files.py b/importlib_resources/tests/test_files.py index 9c91848..a7ddb26 100644 --- a/importlib_resources/tests/test_files.py +++ b/importlib_resources/tests/test_files.py @@ -91,10 +91,9 @@ class ModuleFilesDiskTests(DirectSpec, util.DiskSetup, ModulesFiles, unittest.Te pass +@__import__('pytest').mark.xfail(reason="python/cpython#121735") class ModuleFilesZipTests(DirectSpec, util.ZipSetup, ModulesFiles, unittest.TestCase): - @__import__('pytest').mark.xfail(reason="python/cpython#121735") - def test_module_resources(self): - super().test_module_resources() + pass class ImplicitContextFiles: