Add unittest2 testing to trial environment

Just noticed that `test_usefixtures_marker_on_unittest` is parametrized
for unittest2, but no environment ever installed that library.
This commit is contained in:
Bruno Oliveira 2019-02-24 13:21:00 -03:00
parent a0f5c4c8f5
commit 2e89812fad
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ commands =
deps =
{[testenv]deps}
twisted
unittest2
commands =
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:testing/test_unittest.py}