Restrict python-gitlab to versions before 2.3.0 to avoid gitlab_runner unit tests to fail on Pyton 3.6 or newer. (#483)

pull/490/head
Felix Fontein 2020-06-09 07:48:49 +02:00 committed by GitHub
parent 647abcb390
commit 42c3d3aac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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