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:
Lubomír Sedlář 2024-03-12 08:58:27 +01:00 committed by Stepan Oksanichenko
parent bdf06ea038
commit 07829f2229
Signed by: soksanichenko
GPG Key ID: AB9983172AB1E45B

View File

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