perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / numpy / patches / 03-test-strtod_l.patch
blob1fc39680039591585f1d542a865f6100bca34e1c
1 https://github.com/numpy/numpy/issues/27670
2 https://www.illumos.org/issues/5346
4 --- numpy-2.0.2/numpy/_core/tests/test_scalarprint.py.orig
5 +++ numpy-2.0.2/numpy/_core/tests/test_scalarprint.py
6 @@ -262,9 +262,6 @@
8 def test_dragon4_interface(self):
9 tps = [np.float16, np.float32, np.float64]
10 - # test is flaky for musllinux on np.float128
11 - if hasattr(np, 'float128') and not IS_MUSL:
12 - tps.append(np.float128)
14 fpos = np.format_float_positional
15 fsci = np.format_float_scientific