Update tox settings to work with the latest changes

This commit is contained in:
Fabio Valentini 2022-07-22 15:48:14 +02:00
parent fb78d645d6
commit c834a9658a
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF

View file

@ -8,4 +8,7 @@ deps =
-rrequirements.txt
whitelist_externals =
cargo
commands = pytest
commands =
pytest -v
setenv =
PYTHONPATH = {toxinidir}