Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b13706

Browse filesBrowse files
committed
avoid side dep on asyncio in inspect
1 parent a3ec28c commit 1b13706
Copy full SHA for 1b13706

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Lib/test/test_inspect/test_inspect.py

Copy file name to clipboardExpand all lines: Lib/test/test_inspect/test_inspect.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def test_excluding_predicates(self):
199199
self.assertFalse(inspect.ismethodwrapper(type("AnyClass", (), {})))
200200

201201
def test_ispackage(self):
202-
self.istest(inspect.ispackage, 'asyncio')
202+
self.istest(inspect.ispackage, 'unittest')
203203
self.istest(inspect.ispackage, 'importlib')
204204
self.assertFalse(inspect.ispackage(inspect))
205205
self.assertFalse(inspect.ispackage(mod))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.