mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316)
Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
This commit is contained in:
parent
3d4833488a
commit
138e7bbb0a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue