Skip to content

Commit a934f38

Browse files
committed
Merge branch 'main' into core_metadata
2 parents c7daa07 + 98814e5 commit a934f38

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/functional/test_wheel.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -343,15 +343,6 @@ def test_pip_wheel_with_user_set_in_config(
343343
sys.platform.startswith("win"),
344344
reason="The empty extension module does not work on Win",
345345
)
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-
)
355346
def test_pip_wheel_ext_module_with_tmpdir_inside(
356347
script: PipTestEnvironment, data: TestData, common_wheels: Path
357348
) -> None:

0 commit comments

Comments
 (0)