From 5bb6c0f6386f15d088b7fdbe2afae5d3346c0698 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Wed, 5 Jun 2024 15:45:37 -0700 Subject: [PATCH] Remove un-needed skip --- tests/pytests/pkg/integration/test_pkg_meta.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/pytests/pkg/integration/test_pkg_meta.py b/tests/pytests/pkg/integration/test_pkg_meta.py index 3ac77a272bb..ead194c5eea 100644 --- a/tests/pytests/pkg/integration/test_pkg_meta.py +++ b/tests/pytests/pkg/integration/test_pkg_meta.py @@ -36,8 +36,6 @@ def package(artifact_version, pkg_arch): @pytest.mark.skipif(not salt.utils.path.which("rpm"), reason="rpm is not installed") def test_provides(install_salt, package, artifact_version, provides_arch): - if install_salt.downgrade or install_salt.upgrade: - pytest.skip("Only test on install pkg tests") if install_salt.distro_id not in ( "almalinux", "rocky", @@ -69,8 +67,6 @@ def test_provides(install_salt, package, artifact_version, provides_arch): @pytest.mark.skipif(not salt.utils.path.which("rpm"), reason="rpm is not installed") def test_requires(install_salt, package, artifact_version): - if install_salt.downgrade or install_salt.upgrade: - pytest.skip("Only test on install pkg tests") if install_salt.distro_id not in ( "almalinux", "rocky",