issue #477: remove unused pytest bits from importer_test.

This commit is contained in:
David Wilson 2019-01-23 12:44:08 +00:00
parent 69c27a33fc
commit 30d933b299
1 changed files with 0 additions and 3 deletions

View File

@ -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