Skip to content

Commit 526bd6e

Browse files
committed
fix tests
1 parent 24619e0 commit 526bd6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_inspect/test_inspect.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6266,8 +6266,7 @@ def test_operator_module_has_signatures(self):
62666266
def test_os_module_has_signatures(self):
62676267
unsupported_signature = {'chmod', 'utime'}
62686268
unsupported_signature |= {name for name in
6269-
['get_terminal_size', 'link', 'posix_spawn', 'posix_spawnp',
6270-
'register_at_fork', 'startfile']
6269+
['get_terminal_size', 'link', 'register_at_fork', 'startfile']
62716270
if hasattr(os, name)}
62726271
self._test_module_has_signatures(os, unsupported_signature=unsupported_signature)
62736272

0 commit comments

Comments
 (0)