From 948235ee57464636197ec1755004160ab85abb12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 25 Apr 2024 08:27:44 +0200 Subject: [PATCH] tox: remove lxml/xmlsec workaround It now breaks things instead of fixing them - both modules now ship wheels which are compatible. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5a9b747b..58a4cc80 100644 --- a/tox.ini +++ b/tox.ini @@ -12,5 +12,4 @@ deps = py{38,39,310,311,312}: -rsocial_core/tests/requirements.txt commands = py{38,39,310,311,312}: pip install -e .[all] - py{38,39,310,311,312}: pip install --force-reinstall --no-binary lxml lxml pytest {posargs:-v --cov=social_core}