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,4 +1,3 @@
from __future__ import absolute_import
import copy
import json
import mock
@ -6,10 +5,8 @@ import os
import os.path
import shutil
import tempfile
try:
import unittest2 as unittest
except ImportError:
import unittest
import unittest
import koji
import koji.util
import kojihub