15-support-python-3.12.patch 361 B

1234567891011
  1. --- contrib/python/numpy/py3/numpy/tests/test_public_api.py (index)
  2. +++ contrib/python/numpy/py3/numpy/tests/test_public_api.py (working tree)
  3. @@ -339,6 +339,8 @@ SKIP_LIST = [
  4. ]
  5. if sys.version_info < (3, 12):
  6. SKIP_LIST += ["numpy.distutils.msvc9compiler"]
  7. +else:
  8. + SKIP_LIST += ["numpy.distutils"]
  9. # suppressing warnings from deprecated modules