From 5975535c4bb920216f85afce417af67b91d3ee3e Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Tue, 28 May 2024 11:25:58 +0200 Subject: [PATCH] :green_heart: Attempt to fix the CI build Latest python-xmlsec release now at least warns of mismatching libxml2 library version mismatches. See https://github.com/xmlsec/python-xmlsec/issues/316 --- tox.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 65127b8..8b01ee1 100644 --- a/tox.ini +++ b/tox.ini @@ -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 \