From 9f8fc27cbaf3a7c9a14aa9c96cdd577d2ba17376 Mon Sep 17 00:00:00 2001 From: David Murphy < dmurphy@saltstack.com> Date: Mon, 6 Nov 2023 15:35:37 -0700 Subject: [PATCH] Updated check version of Salt for the test --- pkg/tests/integration/test_salt_user.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/tests/integration/test_salt_user.py b/pkg/tests/integration/test_salt_user.py index 2a3ed9570410..f785c6854d2c 100644 --- a/pkg/tests/integration/test_salt_user.py +++ b/pkg/tests/integration/test_salt_user.py @@ -136,9 +136,9 @@ def test_pkg_paths( Test package paths ownership """ if packaging.version.parse(install_salt.version) <= packaging.version.parse( - "3006.2" + "3006.4" ): - pytest.skip("Package path ownership was changed in salt 3006.3") + pytest.skip("Package path ownership was changed in salt 3006.4") salt_user_subdirs = [] for _path in pkg_paths: pkg_path = pathlib.Path(_path) @@ -184,9 +184,9 @@ def test_paths_log_rotation( Assumes test_pkg_paths successful """ if packaging.version.parse(install_salt.version) <= packaging.version.parse( - "3006.3" + "3006.4" ): - pytest.skip("Package path ownership was changed in salt 3006.3") + pytest.skip("Package path ownership was changed in salt 3006.4") if install_salt.distro_id not in ("centos", "redhat", "amzn", "fedora"): pytest.skip(