Skip to content

Commit

Permalink
No need to override - just mark the class as xfail.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 14, 2024
1 parent 73bc56a commit 4c0b6cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions importlib_resources/tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4c0b6cf

Please sign in to comment.