Skip to content

Commit

Permalink
💚 Attempt to fix the CI build
Browse files Browse the repository at this point in the history
Latest python-xmlsec release now at least warns of mismatching libxml2
library version mismatches.

See xmlsec/python-xmlsec#316
  • Loading branch information
sergei-maertens committed May 28, 2024
1 parent f2a88f6 commit 5975535
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ extras =
coverage
deps =
django42: Django~=4.2
install_command =
python -I -m pip install {opts} --no-binary lxml {packages}
; install_command =
; python -I -m pip install {opts} \
; --no-binary=lxml \
; --no-binary=xmlsec \
; {packages}
commands =
py.test tests \
--cov --cov-report xml:reports/coverage-{envname}.xml \
Expand Down

0 comments on commit 5975535

Please sign in to comment.