* 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 commit d0d87a8a0f.
pull/3435/head
Felix Fontein 2021-09-25 08:43:16 +02:00 committed by GitHub
parent 0d2bcf545e
commit 935348ae78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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