turn back on test skipped due to coverage bug
Fedora already fixed coverage bug preventing this test. Turning it back on. Fixes: https://pagure.io/koji/issue/1444
This commit is contained in:
parent
ddbde0d407
commit
b0863edb33
1 changed files with 0 additions and 2 deletions
|
|
@ -11,8 +11,6 @@ try:
|
|||
except ImportError:
|
||||
import unittest
|
||||
|
||||
# XXX remove skip when Fedora bug is fixed
|
||||
@unittest.skipIf(six.PY3, "coverage bug Fedora, see rhbz#1452339")
|
||||
class ProfilesTestCase(unittest.TestCase):
|
||||
|
||||
def test_profile_threading(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue