From 2e89812fad8c30279a3fbaaf16ed580a864e6112 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 24 Feb 2019 13:21:00 -0300 Subject: [PATCH] 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. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 59879ead3..87a56f842 100644 --- a/tox.ini +++ b/tox.ini @@ -83,6 +83,7 @@ commands = deps = {[testenv]deps} twisted + unittest2 commands = {env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:testing/test_unittest.py}