aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py3/patches/15-support-python-3.12.patch
blob: 5deb065a446d26afa3a2de10a6eafc776cd240f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/python/numpy/py3/numpy/tests/test_public_api.py	(index)
+++ contrib/python/numpy/py3/numpy/tests/test_public_api.py	(working tree)
@@ -339,6 +339,8 @@ SKIP_LIST = [
 ]
 if sys.version_info < (3, 12):
     SKIP_LIST += ["numpy.distutils.msvc9compiler"]
+else:
+    SKIP_LIST += ["numpy.distutils"]
 
 
 # suppressing warnings from deprecated modules