1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

This commit is contained in:
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

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