Switch test runner from nose to pytest

Change-Id: I3c2518c5c9bfc0bf6ce58cdc82ddafb45c4c5d76
This commit is contained in:
Tim Burke 2021-05-11 16:02:42 -07:00
parent a7bf798b10
commit a21dc9f46f
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