summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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}