8000 Final fix. · python/cpython@14a6ea2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14a6ea2

Browse files
Final fix.
1 parent 5fe8494 commit 14a6ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_inspect/test_inspect.py

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

54205420
def test_os_module_has_signatures(self):
5421-
unsupported_signature = {'chmod', 'get_terminal_size', 'utime'}
5421+
unsupported_signature = {'chmod', 'utime'}
54225422
unsupported_signature |= {name for name in
54235423
['get_terminal_size', 'posix_spawn', 'posix_spawnp',
54245424
'register_at_fork', 'startfile']

0 commit comments

Comments
 (0)
0