We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e576475 commit 628aaddCopy full SHA for 628aadd
Lib/test/test_inspect/test_inspect.py
@@ -6268,7 +6268,8 @@ def test_stat_module_has_signatures(self):
6268
6269
def test_struct_module_has_signatures(self):
6270
import struct
6271
- self._test_module_has_signatures(struct)
+ unsupported_signature = {'Struct'}
6272
+ self._test_module_has_signatures(struct, unsupported_signature=unsupported_signature)
6273
6274
def test_string_module_has_signatures(self):
6275
import string
0 commit comments