tests: need web extra when running tox tests
This commit is contained in:
parent
57ec40ab20
commit
93c5f57928
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -3,7 +3,7 @@
|
||||||
envlist = py38, py39, py310, py311
|
envlist = py38, py39, py310, py311
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
extras = tests
|
extras = web,tests
|
||||||
commands = pytest {posargs}
|
commands = pytest {posargs}
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue