Skip to content

Commit d2f233b

Browse files
Fix test_inspect.
1 parent 5881b2a commit d2f233b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_inspect/test_inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5799,7 +5799,7 @@ def test_operator_module_has_signatures(self):
57995799
self._test_module_has_signatures(operator)
58005800

58015801
def test_os_module_has_signatures(self):
5802-
unsupported_signature = {'chmod', 'utime'}
5802+
unsupported_signature = {'chmod', 'link', 'utime'}
58035803
unsupported_signature |= {name for name in
58045804
['get_terminal_size', 'posix_spawn', 'posix_spawnp',
58055805
'register_at_fork', 'startfile']

0 commit comments

Comments
 (0)