Skip to content

Commit

Permalink
requirements: Downgrade lxml so that tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Aug 20, 2024
1 parent c0cd74e commit 4ca47d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ xmltodict
rangedict
openpyxl
gunicorn
lxml<5

# We have a fork of the bdd-tester repo, in order to add a single commit that
# fixes the previous commit we were using, to work with the new pip resolver.
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ libcove==0.32.1
# libcoveweb
libcoveweb==0.30.4
# via -r requirements.in
lxml==5.3.0
lxml==4.9.4
# via
# -r requirements.in
# bdd-tester
# flattentool
# iatiutils
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ libcoveweb==0.30.4
# via -r requirements.txt
libsass==0.23.0
# via -r requirements_dev.in
lxml==5.3.0
lxml==4.9.4
# via
# -r requirements.txt
# bdd-tester
Expand Down

0 comments on commit 4ca47d4

Please sign in to comment.