mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update tests/unit/requirements.txt for maven_artifact (#314)
This commit is contained in:
parent
acc7bc1ea6
commit
d2b6857cd1
1 changed files with 4 additions and 1 deletions
|
@ -27,5 +27,8 @@ linode_api4 ; python_version > '2.6' # APIv4
|
||||||
python-gitlab
|
python-gitlab
|
||||||
httmock
|
httmock
|
||||||
|
|
||||||
# requirment for kubevirt modules
|
# requirement for kubevirt modules
|
||||||
openshift ; python_version >= '2.7'
|
openshift ; python_version >= '2.7'
|
||||||
|
|
||||||
|
# requirement for maven_artifact module
|
||||||
|
semantic_version
|
||||||
|
|
Loading…
Reference in a new issue