simplify py3 tests
This commit is contained in:
parent
af311184fc
commit
51358cfd09
68 changed files with 74 additions and 328 deletions
|
|
@ -1,8 +1,5 @@
|
|||
import mock
|
||||
try:
|
||||
import unittest2 as unittest
|
||||
except ImportError:
|
||||
import unittest
|
||||
import unittest
|
||||
|
||||
import koji
|
||||
import kojihub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue