From 26b885a5bcdec8d7b539d3be3062e2f30bce3b61 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sun, 17 Jul 2022 07:20:14 -0700 Subject: use pytest from tox --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a6e07ae..48666ae 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,5 @@ envlist = py27,py35,py36,py37,py38,jython [testenv] -deps=nose -commands=nosetests - +deps = pytest +commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs:tests} -- cgit v1.2.1