mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
[stable-1] fix CI (#2892)
* Make sure ruamel.yaml.clib 0.2.2 is used for Python 2.7. * Also add to unit tests requirements. * Don't install on Python 2.6. * Another constraints file.
This commit is contained in:
parent
bb689550b3
commit
ca385c8a45
3 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@ httmock
|
|||
|
||||
# requirement for kubevirt modules
|
||||
openshift ; python_version >= '2.7'
|
||||
ruamel.yaml.clib <= 0.2.2 ; python_version == '2.7' # 0.2.4 require python 3.5 or later, 0.2.3 is yanked
|
||||
|
||||
# requirement for maven_artifact module
|
||||
lxml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue