Skip to content

Commit 2a322e0

Browse files
jacksonrileyaeros
authored andcommitted
bpo-38866: Remove asyncore from test_pyclbr.py (pythonGH-17316)
Co-Authored-By: Kyle Stanley <[email protected]>
1 parent 91f73b5 commit 2a322e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pyclbr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def test_dotted_name_not_a_package(self):
247247
# not a package.
248248
#
249249
# Issue #14798.
250-
self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncore.foo')
250+
self.assertRaises(ImportError, pyclbr.readmodule_ex, 'asyncio.foo')
251251

252252
def test_module_has_no_spec(self):
253253
module_name = "doesnotexist"

0 commit comments

Comments
 (0)