Lock the pygithub version being installed in the test

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-09-29 20:38:51 +01:00 committed by Pedro Algarvio
parent 8d40802c73
commit 03a3bccdbf

View file

@ -46,7 +46,7 @@ def test_pip_install(salt_call_cli, install_salt, shell):
"""
Test pip.install and ensure module can use installed library
"""
dep = "PyGithub"
dep = "PyGithub==1.56.0"
repo = "https://github.com/saltstack/salt.git"
try: