Skip to content

Commit 7511617

Browse files
committed
Mark the file as xfail for now.
It's more important to be able to include the important resources than to exclude unwanted ones. Ref #4475.
1 parent 9f07e22 commit 7511617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/tests/test_setuptools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def test_findall_missing_symlink(tmpdir, can_symlink):
301301
assert found == []
302302

303303

304+
@pytest.mark.xfail(reason="unable to exclude tests; #4475 #3260")
304305
def test_its_own_wheel_does_not_contain_tests(setuptools_wheel):
305306
with ZipFile(setuptools_wheel) as zipfile:
306307
contents = [f.replace(os.sep, '/') for f in zipfile.namelist()]

0 commit comments

Comments
 (0)