From 8da9e3f2e28dabaa6612df17c748fb6296b81712 Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Wed, 17 Jan 2024 15:59:40 +0100 Subject: [PATCH] fix: try to use specific version of lxml. --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 647f315e57..1fb765d8fe 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,6 +16,7 @@ simplejson mock<4 git+https://github.com/alikins/pyqver.git#egg=pyqver git+https://github.com/awood/nose-xvfb.git#egg=nose-xvfb +lxml<=3.2.1 packaging<=20 pyparsing<=2.4.5