tox.ini: Use tests installed files instead of working directory
Related D2082
This commit is contained in:
parent
3ce6c5c6ef
commit
4f30cb50e3
1 changed files with 3 additions and 1 deletions
4
tox.ini
4
tox.ini
|
@ -7,7 +7,9 @@ deps =
|
|||
.[testing]
|
||||
pytest-cov
|
||||
commands =
|
||||
pytest --cov=swh --cov-branch {posargs}
|
||||
pytest --cov={envsitepackagesdir}/swh/lister/ --cov-branch \
|
||||
{envsitepackagesdir}/swh/lister/ {posargs}
|
||||
|
||||
|
||||
[testenv:flake8]
|
||||
skip_install = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue