mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 00:16:49 +00:00
* Restrict to unit tests with devel (to be reverted later). * Restrict lxml for Python 2.6. * Revert "Restrict to unit tests with devel (to be reverted later)." This reverts commitd0d87a8a0f. (cherry picked from commit935348ae78) Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -20,5 +20,6 @@ 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
|
||||
lxml < 4.3.0 ; python_version < '2.7' # lxml 4.3.0 and later require python 2.7 or later
|
||||
lxml ; python_version >= '2.7'
|
||||
semantic_version
|
||||
|
||||
Reference in New Issue
Block a user