diff --git a/test/test_wheel_tag.py b/test/test_wheel_tag.py index ccfb2d3d..123a3355 100644 --- a/test/test_wheel_tag.py +++ b/test/test_wheel_tag.py @@ -5,7 +5,6 @@ from . import test_projects, utils basic_project = test_projects.new_c_project() -@pytest.mark.xfail(strict=True) def test(tmp_path): if utils.platform != "macos": pytest.skip()