From b475239b4f9e50f3090a96175c879c368d13c1dd Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 25 Sep 2021 07:05:26 +0000 Subject: [PATCH] Fix CI (#3430) (#3432) * 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 d0d87a8a0f2d558cff68116be50c002c926a23d0. (cherry picked from commit 935348ae780c8b168c865fba516546e1c72e081b) Co-authored-by: Felix Fontein --- tests/unit/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 927a5d99b6..c39f23bc36 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -17,7 +17,8 @@ PyGithub httmock # 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 # requirement for datadog_downtime module