[arch-commits] Commit in python-xarray/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Dec 22 23:01:18 UTC 2020


    Date: Tuesday, December 22, 2020 @ 23:01:18
  Author: archange
Revision: 783115

Deselect test rather than exit 0 in all cases

Modified:
  python-xarray/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-22 22:52:25 UTC (rev 783114)
+++ PKGBUILD	2020-12-22 23:01:18 UTC (rev 783115)
@@ -56,7 +56,7 @@
 check() {
     cd ${_pkg}-${pkgver}
     # https://github.com/pydata/xarray/issues/4281
-    pytest || echo "Tests failed"
+    pytest --deselect xarray/tests/test_distributed.py::test_serializable_locks
 }
 
 package() {



More information about the arch-commits mailing list