Install unittest2 only on python 2
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit 5172d7e5eb
)
This commit is contained in:
parent
bdf06ea038
commit
07829f2229
@ -2,4 +2,4 @@ mock; python_version < '3.3'
|
|||||||
parameterized
|
parameterized
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
unittest2
|
unittest2; python_version < '3.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user