diff --git a/test/test_wheel_tag.py b/test/test_wheel_tag.py index b42cb8f28..a026b2d77 100644 --- a/test/test_wheel_tag.py +++ b/test/test_wheel_tag.py @@ -7,7 +7,7 @@ def test_wheel_tag_is_correct_when_using_macosx_deployment_target(tmp_path): if utils.platform != "macos": - pytest.skip('This test is only relevant to MACOSX_DEPLOYMENT_TARGET') + pytest.skip("This test is only relevant to MACOSX_DEPLOYMENT_TARGET") project_dir = tmp_path / "project" basic_project.generate(project_dir)