From 37e057657cda7bbb8fe2ffc0f7b7c5306c478d7f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 08:21:02 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- test/test_wheel_tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_wheel_tag.py b/test/test_wheel_tag.py index b42cb8f2..a026b2d7 100644 --- a/test/test_wheel_tag.py +++ b/test/test_wheel_tag.py @@ -7,7 +7,7 @@ basic_project = test_projects.new_c_project() 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)