We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7daa07 + 98814e5 commit a934f38Copy full SHA for a934f38
tests/functional/test_wheel.py
@@ -343,15 +343,6 @@ def test_pip_wheel_with_user_set_in_config(
343
sys.platform.startswith("win"),
344
reason="The empty extension module does not work on Win",
345
)
346
-@pytest.mark.xfail(
347
- condition=sys.platform == "darwin" and sys.version_info < (3, 9),
348
- reason=(
349
- "Unexplained 'no module named platform' in "
350
- "https://github.com/pypa/wheel/blob"
351
- "/c87e6ed82b58b41b258a3e8c852af8bc1817bb00"
352
- "/src/wheel/vendored/packaging/tags.py#L396-L411"
353
- ),
354
-)
355
def test_pip_wheel_ext_module_with_tmpdir_inside(
356
script: PipTestEnvironment, data: TestData, common_wheels: Path
357
) -> None:
0 commit comments