Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vendoring Updates: Nov 2020 (round 2) #9170

Merged
merged 6 commits into from
Nov 29, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Mark the failing test as xfail
  • Loading branch information
pradyunsg committed Nov 29, 2020

Unverified

No user is associated with the committer email.
commit 68713c0a26395e68240445fae62940091cb45519
8 changes: 8 additions & 0 deletions tests/unit/test_models_wheel.py
Original file line number Diff line number Diff line change
@@ -93,6 +93,14 @@ def test_not_supported_osx_version(self):
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)