mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
e05e3aed67
commit
b2212bc8ef
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ PyGithub
|
||||||
httmock
|
httmock
|
||||||
|
|
||||||
# requirement for maven_artifact module
|
# 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
|
semantic_version
|
||||||
|
|
||||||
# requirement for datadog_downtime module
|
# requirement for datadog_downtime module
|
||||||
|
|
Loading…
Reference in a new issue