simplify py3 tests

This commit is contained in:
Tomas Kopecek 2020-05-18 16:36:24 +02:00
parent af311184fc
commit 51358cfd09
68 changed files with 74 additions and 328 deletions

View file

@ -1,8 +1,5 @@
import mock
try:
import unittest2 as unittest
except ImportError:
import unittest
import unittest
import koji
import kojihub