Skip to content

Commit

Permalink
Skip manifest tests as they're copy pasta and broken under a unified …
Browse files Browse the repository at this point in the history
…logging framework.
  • Loading branch information
jaraco committed Oct 6, 2022
1 parent 18df8d7 commit 4fb68b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setuptools/tests/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ class TestFileListTest(TempDirTestCase):
"""

def setup_method(self, method):
if not hasattr(log, 'Log'):
pytest.skip("These tests rely on old logging infra")
super(TestFileListTest, self).setup_method(method)
self.threshold = log.set_threshold(log.FATAL)
self._old_log = log.Log._log
Expand Down

0 comments on commit 4fb68b0

Please sign in to comment.