Install unittest2 only on python 2

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2024-03-12 08:58:27 +01:00
parent 0d306d4964
commit 5172d7e5eb

View File

@ -2,4 +2,4 @@ mock; python_version < '3.3'
parameterized
pytest
pytest-cov
unittest2
unittest2; python_version < '3.0'