Install unittest2 only on python 2
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
0d306d4964
commit
5172d7e5eb
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@ mock; python_version < '3.3'
|
||||||
parameterized
|
parameterized
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
unittest2
|
unittest2; python_version < '3.0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue