[test] Use pytest instead of nosetests (#482)
`nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099 and will stop working in py 3.10 as can be seen in #480
This commit is contained in:
parent
063c409dfb
commit
060ac76257
22 changed files with 97 additions and 78 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,7 @@
|
|||
[tox]
|
||||
envlist = py26,py27,py33,py34,py35
|
||||
|
||||
# Needed?
|
||||
[testenv]
|
||||
deps =
|
||||
nose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue