Skip to content

Commit 0c0d1aa

Browse files
committed
Remove some decorators that are no longer necessary
1 parent df2ba8d commit 0c0d1aa

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_examples.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,6 @@ def test_example_noconda(tmp_path, request, installer_type):
10381038
)
10391039

10401040

1041-
@pytest.mark.skipif(sys.platform != "darwin", reason="macOS only")
10421041
@pytest.mark.parametrize("installer_type", installer_types_for_example(_example_path("osxpkg")))
10431042
def test_example_osxpkg(tmp_path, request, installer_type):
10441043
input_path = _example_path("osxpkg")
@@ -1071,7 +1070,6 @@ def test_example_osxpkg(tmp_path, request, installer_type):
10711070
assert expected == found
10721071

10731072

1074-
@pytest.mark.skipif(sys.platform != "darwin", reason="macOS only")
10751073
@pytest.mark.skipif(not shutil.which("xcodebuild"), reason="requires xcodebuild")
10761074
@pytest.mark.parametrize(
10771075
"installer_type", installer_types_for_example(_example_path("osxpkg_extra_pages"))
@@ -1109,7 +1107,6 @@ def test_example_osxpkg_extra_pages(tmp_path, installer_type):
11091107
assert plist == expected
11101108

11111109

1112-
@pytest.mark.skipif(sys.platform != "darwin", reason="macOS only")
11131110
@pytest.mark.skipif(not shutil.which("xcodebuild"), reason="requires xcodebuild")
11141111
@pytest.mark.skipif("CI" not in os.environ, reason="CI only")
11151112
@pytest.mark.parametrize(
@@ -1406,7 +1403,6 @@ def test_register_envs(tmp_path, request, installer_type):
14061403
assert str(install_dir) not in environments_txt
14071404

14081405

1409-
@pytest.mark.skipif(sys.platform != "darwin", reason="macOS only")
14101406
@pytest.mark.parametrize("domains", ({}, {"enable_anywhere": "false", "enable_localSystem": True}))
14111407
@pytest.mark.parametrize("installer_type", installer_types_for_example(_example_path("osxpkg")))
14121408
def test_pkg_distribution_domains(tmp_path, domains, installer_type):

0 commit comments

Comments
 (0)