Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 13, 2021
1 parent 7d67e7a commit 37e0576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_wheel_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 37e0576

Please sign in to comment.