bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316)

Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
This commit is contained in:
jacksonriley 2019-11-22 12:51:58 +00:00 committed by Inada Naoki
parent 3d4833488a
commit 138e7bbb0a

View file

@ -247,7 +247,7 @@ class ReadmoduleTests(TestCase):
# not a package.
#
# Issue #14798.
self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncore.foo')
self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncio.foo')
def test_module_has_no_spec(self):
module_name = "doesnotexist"