[Python-modules-team] Bug#919929: python-scipy: autopkgtest fails intermittently
    Drew Parsons 
    dparsons at debian.org
       
    Tue Mar  5 10:43:05 GMT 2019
    
    
  
Package: python-scipy
Followup-For: Bug #919929
Probably a simple pytest.ini diff between scipy 1.1 and 1.2 makes the
simplest patch:
--- pytest.ini.old	2019-03-05 18:36:51.532842277 +0800
+++ pytest.ini	2019-02-28 11:57:04.155637459 +0800
@@ -7,5 +7,8 @@
     error
     always::scipy._lib._testutils.FPUModeChangeWarning
     once:.*LAPACK bug 0038.*:RuntimeWarning
+    ignore:the matrix subclass is not the recommended way*:PendingDeprecationWarning
+    ignore:Using or importing the ABCs from 'collections'*:DeprecationWarning
+    ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
 env =
     PYTHONHASHSEED=0
    
    
More information about the Python-modules-team
mailing list