From 30d933b29950c8586e0988fb697527b947bf9ce5 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 23 Jan 2019 12:44:08 +0000 Subject: [PATCH] issue #477: remove unused pytest bits from importer_test. --- tests/importer_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/importer_test.py b/tests/importer_test.py index 940c793a..fc6f4bd6 100644 --- a/tests/importer_test.py +++ b/tests/importer_test.py @@ -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