Fix test command to run unit tests

It should have been updated when nose was replaced by nose2[1].

[1] 9ac3272d2b
This commit is contained in:
Takashi Kajinami 2025-06-04 00:54:44 +09:00
parent c24fbbce94
commit 03dba52b04
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
envlist = py3 envlist = py3
[testenv] [testenv]
commands = nosetests {posargs} commands = nose2 {posargs}
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
# At some point we should enable this since tox expects it to exist but # At some point we should enable this since tox expects it to exist but