diff options
| -rw-r--r-- | test-requirements.txt | 2 | ||||
| -rw-r--r-- | tox.ini | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 5ff8f3eb..fd238677 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,10 @@ coverage flake8 jsonschema -nose parameterized pip pyflakes +pytest virtualenv wheel git+https://salsa.debian.org/apt-team/[email protected] @@ -19,9 +19,8 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt # noproxy needed for several of the curtin jenkins jobs -commands = {envpython} {toxinidir}/tools/noproxy {envpython} -m nose \ - {posargs:--with-coverage --cover-erase --cover-branches \ - --cover-package=curtin --cover-inclusive tests/unittests} +commands = {envpython} {toxinidir}/tools/noproxy {envpython} \ + -m pytest tests/unittests [testenv:py3] basepython = python3 |
