[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2021-09-13 08:21:02 +00:00
parent 7d67e7acb6
commit 37e057657c
+1 -1
View File
@@ -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)