mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Remove un-needed skip
This commit is contained in:
parent
4523450ddf
commit
5bb6c0f638
1 changed files with 0 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue