summaryrefslogtreecommitdiff
path: root/dev-python/numba/files/numba-skip-tests.patch
blob: 2c177c07034c597de36cbf7e87e1a1e296e50596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://bugs.gentoo.org/659804

diff --git a/numba/tests/test_linalg.py b/numba/tests/test_linalg.py
index 46bff63e8..53056ab23 100644
--- a/numba/tests/test_linalg.py
+++ b/numba/tests/test_linalg.py
@@ -1282,6 +1282,7 @@ class TestLinalgLstsq(TestLinalgSystems):
     # Suggestions for improvements are welcomed!
 
     @needs_lapack
+    @unittest.skipIf(sys.maxsize < 2 ** 31, "errors with 32-bit address space")
     def test_linalg_lstsq(self):
         """
         Test np.linalg.lstsq