Some comments and explaination

This commit is contained in:
Joe Rickerby
2021-09-13 09:20:41 +01:00
parent f0b4c74c0f
commit 7d67e7acb6
+3 -2
View File
@@ -5,9 +5,10 @@ from . import test_projects, utils
basic_project = test_projects.new_c_project()
def test(tmp_path):
def test_wheel_tag_is_correct_when_using_macosx_deployment_target(tmp_path):
if utils.platform != "macos":
pytest.skip()
pytest.skip('This test is only relevant to MACOSX_DEPLOYMENT_TARGET')
project_dir = tmp_path / "project"
basic_project.generate(project_dir)