Merge "Switch test runner from nose to pytest"

This commit is contained in:
Zuul 2021-12-03 20:05:41 +00:00 committed by Gerrit Code Review
commit d74b43b2a4
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
# process, which may cause wedges in the gate later.
coverage
nose
pytest
six>=1.9.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD

View File

@ -5,7 +5,7 @@ envlist = py{27,35,36,37,38,39}-compilelibs,pep8,docs
deps =
-r{toxinidir}/test-requirements.txt
commands=
nosetests --no-path-adjustment -v test/
pytest -v test/
setenv = LIBERASURECODE_DIR={envdir}/liberasurecode
ISAL_DIR={envdir}/isa-l
JERASURE_DIR={envdir}/jerasure