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 cc30e41 commit 556ecd7Copy full SHA for 556ecd7
Lib/test/test_builtin.py
@@ -2993,7 +2993,7 @@ def test_namespace_order(self):
2993
2994
def load_tests(loader, tests, pattern):
2995
import doctest
2996
- if sys.float_repr_style == 'short':
+ if sys.float_repr_style == 'short' and not support.is_wasi:
2997
tests.addTest(doctest.DocTestSuite(builtins))
2998
lib_tests = os.path.join(support.REPO_ROOT, 'Doc/library/stdtypes.rst')
2999
if os.path.exists(lib_tests):
0 commit comments