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

Felix Yan fyan at archlinux.org
Mon Nov 16 03:51:44 UTC 2015


    Date: Monday, November 16, 2015 @ 04:51:43
  Author: fyan
Revision: 146905

revert to ignore build - so pytest pyc won't pollute the installed module

Modified:
  sopel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-16 03:49:38 UTC (rev 146904)
+++ PKGBUILD	2015-11-16 03:51:43 UTC (rev 146905)
@@ -36,7 +36,7 @@
 
 check() {
   cd "$srcdir/sopel"
-  py.test build || warning "Tests failed"
+  py.test --ignore build || warning "Tests failed"
 }
 
 package() {



More information about the arch-commits mailing list