summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2022-12-07 21:56:46 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2022-12-07 21:57:31 +0100
commit21d4997827496c3066bde6d98a88343680e6ffc2 (patch)
tree62821c3baee87294be84bd8a4b7d5c47ef148635 /tox.ini
parent0db531852f848913853929a7af1b0bab44d59f1a (diff)
downloadpygments-git-21d4997827496c3066bde6d98a88343680e6ffc2.tar.gz
Remove the lxml dependency.
Replace lxml with html.parser for the structural-diff.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3d6dac4c..dc0a5be5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,6 @@ deps =
pytest
pytest-cov
wcag-contrast-ratio
- lxml
commands = pytest {posargs}