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