mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lock the pygithub
version being installed in the test
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
8d40802c73
commit
03a3bccdbf
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue