Use pytest instead of nosetests, for tox runs

This commit is contained in:
Lance Edgar 2022-08-18 18:19:54 -05:00
parent 8afc376636
commit 7d72a43ecd
2 changed files with 9 additions and 12 deletions

View file

@ -128,6 +128,8 @@ extras = {
'fixture', # 1.5
'mock', # 1.0.1
'nose', # 1.3.0
'pytest', # 4.6.11
'pytest-cov', # 2.12.1
],
}