]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130317: Skip test_pack_unpack_roundtrip_for_nans() on x86 (#133155)
authorVictor Stinner <vstinner@python.org>
Wed, 30 Apr 2025 10:01:06 +0000 (12:01 +0200)
committerGitHub <noreply@github.com>
Wed, 30 Apr 2025 10:01:06 +0000 (12:01 +0200)
commit0f23e84cda6a53a5db7a70f1e48f9773c335a9bd
treed0bb60feb16a1fecd4aa003158b46ac4d9b241c1
parent60202609a2c2d0971aadfa4729ba30b50e89c6ea
gh-130317: Skip test_pack_unpack_roundtrip_for_nans() on x86 (#133155)

Reduce also the number of iterations from 1000 to 10 to ease
debugging failures and prevent "command line too line" error when
tests are re-run.
Lib/test/test_capi/test_float.py