Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / numpy-1.20.3.pO3.patch
1 --- numpy-1.20.3_ref/numpy/core/tests/test_cython.py    2021-05-08 20:35:28.000000000 +0200
2 +++ numpy-1.20.3_dev/numpy/core/tests/test_cython.py    2024-05-09 11:49:05.796070449 +0200
3 @@ -19,7 +19,7 @@
4      # other fixes in the 0.29 series that are needed even for earlier
5      # Python versions.
6      # Note: keep in sync with the one in pyproject.toml
7 -    required_version = LooseVersion("0.29.21")
8 +    required_version = LooseVersion("0.29.0")
9      if LooseVersion(cython_version) < required_version:
10          # too old or wrong cython, skip the test
11          cython = None