From f0b4c74c0f5deb48d0fff5b2ff90a904a81a4785 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 13 Sep 2021 09:19:06 +0100 Subject: [PATCH] Remove xfail on test --- test/test_wheel_tag.py | 1 - 1 file changed, 1 deletion(-) 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()