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

David Runge dvzrv at archlinux.org
Tue Feb 6 19:01:14 UTC 2018


    Date: Tuesday, February 6, 2018 @ 19:01:11
  Author: dvzrv
Revision: 289468

Adding non-integrational tests.

Modified:
  python-etesync/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-06 17:42:45 UTC (rev 289467)
+++ PKGBUILD	2018-02-06 19:01:11 UTC (rev 289468)
@@ -43,7 +43,7 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-  python setup.py test
+  pytest tests/{test_collections.py,test_crypto.py}
 }
 
 package() {



More information about the arch-commits mailing list