mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #61953 from bdrung/fix-test_list_available_packages
Mark test_list_available_packages requiring network
This commit is contained in:
commit
26262f3a7b
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ from tests.support.helpers import VirtualEnv
|
|||
"pip>=21.0",
|
||||
),
|
||||
)
|
||||
@pytest.mark.requires_network
|
||||
def test_list_available_packages(modules, pip_version, tmp_path):
|
||||
if sys.version_info < (3, 6) and pip_version == "pip>=21.0":
|
||||
pytest.skip("{} is not available on Py3.5".format(pip_version))
|
||||
|
|
Loading…
Add table
Reference in a new issue