From 263f53049639308566fad41ff27cd221e614ec59 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 8 Feb 2019 16:53:01 +0000 Subject: [PATCH] tests: fix fallout from 36fb318adf5c56e729296c3efce84f4dd75ced4e --- tests/module_finder_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/module_finder_test.py b/tests/module_finder_test.py index 618ed9ec..409adc6d 100644 --- a/tests/module_finder_test.py +++ b/tests/module_finder_test.py @@ -221,8 +221,10 @@ class FindRelatedTest(testlib.TestCase): ]) if sys.version_info < (2, 7): + SIMPLE_EXPECT.add('mitogen.compat') SIMPLE_EXPECT.add('mitogen.compat.tokenize') if sys.version_info < (2, 6): + SIMPLE_EXPECT.add('mitogen.compat') SIMPLE_EXPECT.add('mitogen.compat.pkgutil') def test_simple(self):