Mark the failing test as xfail

This commit is contained in:
Pradyun Gedam 2020-11-29 17:33:59 +00:00
parent 5f6cd8e39b
commit 68713c0a26
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
1 changed files with 8 additions and 0 deletions

View File

@ -93,6 +93,14 @@ class TestWheelFile(object):
w = Wheel('simple-0.1-cp27-none-macosx_10_9_intel.whl')
assert not w.supported(tags=tags)
@pytest.mark.xfail(
reason=(
"packaging.tags changed behaviour in this area, and @pradyunsg "
"decided as the release manager that this behaviour change is less "
"critical than Big Sur support for pip 20.3. See "
"https://github.com/pypa/packaging/pull/361 for further discussion."
)
)
def test_supported_multiarch_darwin(self):
"""
Multi-arch wheels (intel) are supported on components (i386, x86_64)