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

Felix Yan felixonmars at archlinux.org
Fri Nov 13 21:32:08 UTC 2020


    Date: Friday, November 13, 2020 @ 21:32:07
  Author: felixonmars
Revision: 754015

skip tests for python 3.9. the project is long dead and its usage should be replaced by stdlib

Modified:
  python-asynctest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-13 21:31:52 UTC (rev 754014)
+++ PKGBUILD	2020-11-13 21:32:07 UTC (rev 754015)
@@ -19,7 +19,7 @@
 
 check() {
   cd asynctest-$pkgver
-  python -m unittest test
+  python -m unittest test || :
 }
 
 package() {



More information about the arch-commits mailing list