From ad05dce33af62497723def3103642628cebfe9ab Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Mon, 6 Nov 2023 11:31:16 -0800 Subject: [PATCH] Additional package name for OS X 13. --- tests/pytests/functional/modules/test_mac_pkgutil.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pytests/functional/modules/test_mac_pkgutil.py b/tests/pytests/functional/modules/test_mac_pkgutil.py index 12a07726ad7..02bb2e5641f 100644 --- a/tests/pytests/functional/modules/test_mac_pkgutil.py +++ b/tests/pytests/functional/modules/test_mac_pkgutil.py @@ -56,6 +56,8 @@ def macports_package_url(macports_package_filename): @pytest.fixture(scope="module") def pkg_name(grains): + if grains["osrelease_info"][0] >= 13: + return "com.apple.pkg.CLTools_SDK_macOS13" if grains["osrelease_info"][0] >= 12: return "com.apple.pkg.XcodeSystemResources" if grains["osrelease_info"][0] >= 11: