Skip to content

Commit 82b42c8

Browse files
authored
xfail test_pip_wheel_ext_module_with_tmpdir_inside (#11895)
1 parent 9731131 commit 82b42c8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/functional/test_wheel.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,15 @@ def test_pip_wheel_with_user_set_in_config(
342342
sys.platform.startswith("win"),
343343
reason="The empty extension module does not work on Win",
344344
)
345+
@pytest.mark.xfail(
346+
condition=sys.platform == "darwin" and sys.version_info < (3, 9),
347+
reason=(
348+
"Unexplained 'no module named platform' in "
349+
"https://github.com/pypa/wheel/blob"
350+
"/c87e6ed82b58b41b258a3e8c852af8bc1817bb00"
351+
"/src/wheel/vendored/packaging/tags.py#L396-L411"
352+
),
353+
)
345354
def test_pip_wheel_ext_module_with_tmpdir_inside(
346355
script: PipTestEnvironment, data: TestData, common_wheels: Path
347356
) -> None:

0 commit comments

Comments
 (0)