diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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} |