From a21dc9f46fc59d8e9f720c5c003b4b65a1c124b1 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 11 May 2021 16:02:42 -0700 Subject: Switch test runner from nose to pytest Change-Id: I3c2518c5c9bfc0bf6ce58cdc82ddafb45c4c5d76 --- test-requirements.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6d929e8..a7c7912 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 diff --git a/tox.ini b/tox.ini index c8f003f..813c366 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit v1.2.1