issue #477: remove unused pytest bits from importer_test.

issue510
David Wilson 5 years ago
parent 69c27a33fc
commit 30d933b299

@ -1,12 +1,10 @@
import email.utils
import sys
import threading
import types
import zlib
import mock
import pytest
import unittest2
import mitogen.core
@ -144,7 +142,6 @@ class LoadModulePackageTest(ImporterMixin, testlib.TestCase):
class EmailParseAddrSysTest(testlib.RouterMixin, testlib.TestCase):
@pytest.fixture(autouse=True)
def initdir(self, caplog):
self.caplog = caplog

Loading…
Cancel
Save