Skip to content

Commit

Permalink
Mark the file as xfail for now.
Browse files Browse the repository at this point in the history
It's more important to be able to include the important resources than to exclude unwanted ones. Ref #4475.
  • Loading branch information
jaraco committed Jul 18, 2024
1 parent fa90a9d commit a58a0a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setuptools/tests/test_setuptools.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def test_findall_missing_symlink(tmpdir, can_symlink):
assert found == []


@pytest.mark.xfail(reason="slated for removal; excluding tests is hard")
def test_its_own_wheel_does_not_contain_tests(setuptools_wheel):
with ZipFile(setuptools_wheel) as zipfile:
contents = [f.replace(os.sep, '/') for f in zipfile.namelist()]
Expand Down

0 comments on commit a58a0a0

Please sign in to comment.