Skip to content

Commit 68713c0

Browse files
committed
Mark the failing test as xfail
1 parent 5f6cd8e commit 68713c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/unit/test_models_wheel.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ def test_not_supported_osx_version(self):
9393
w = Wheel('simple-0.1-cp27-none-macosx_10_9_intel.whl')
9494
assert not w.supported(tags=tags)
9595

96+
@pytest.mark.xfail(
97+
reason=(
98+
"packaging.tags changed behaviour in this area, and @pradyunsg "
99+
"decided as the release manager that this behaviour change is less "
100+
"critical than Big Sur support for pip 20.3. See "
101+
"https://github.com/pypa/packaging/pull/361 for further discussion."
102+
)
103+
)
96104
def test_supported_multiarch_darwin(self):
97105
"""
98106
Multi-arch wheels (intel) are supported on components (i386, x86_64)

0 commit comments

Comments
 (0)