summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2024-08-21 20:18:33 -0400
committerLeonard Richardson <leonardr@segfault.org>2024-08-21 20:18:33 -0400
commit9786a62726de5a8caba10021c4d4a58c8a3e9e3f (patch)
tree2ca847f8fc20e7da3e548fc009449a92c6f50068 /tox.ini
parent7fb51753743644e23dfb3e7a964d387583dd0bc0 (diff)
* Changes to make tests work whether tests are run under soupsieve 2.6
or an earlier version. Based on a patch by Stefano Rivera. * Removed the strip_cdata argument to lxml's HTMLParser constructor, which never did anything and is deprecated as of lxml 5.3.0. Patch by Stefano Rivera. [bug=2076897]
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index fc55fca..79f15a5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,8 @@ wheel_build_env = .pkg
description = run the tests with all dependencies installed
deps = lxml
html5lib
- soupsieve>=1.2
+ packaging
+ soupsieve>=2.6
pytest>=6
commands = pytest {tty:--color=yes} {posargs}