Restrict python-gitlab to versions before 2.3.0 to avoid gitlab_runner unit tests to fail on Pyton 3.6 or newer. (#483)
parent
647abcb390
commit
42c3d3aac7
|
@ -24,7 +24,7 @@ linode-python # APIv3
|
|||
linode_api4 ; python_version > '2.6' # APIv4
|
||||
|
||||
# requirement for the gitlab module
|
||||
python-gitlab
|
||||
python-gitlab < 2.3.0 # version 2.3.0 makes gitlab_runner tests fail
|
||||
httmock
|
||||
|
||||
# requirement for kubevirt modules
|
||||
|
|
Loading…
Reference in New Issue