Skip to content

Commit

Permalink
tox: remove lxml/xmlsec workaround
Browse files Browse the repository at this point in the history
It now breaks things instead of fixing them - both modules now ship
wheels which are compatible.
  • Loading branch information
nijel committed Apr 25, 2024
1 parent 019cb70 commit 948235e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 948235e

Please sign in to comment.