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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 25 23:03:10 UTC 2016


    Date: Sunday, December 25, 2016 @ 23:03:09
  Author: bpiotrowski
Revision: 202427

Fix reference to python 3.5

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 23:02:00 UTC (rev 202426)
+++ PKGBUILD	2016-12-25 23:03:09 UTC (rev 202427)
@@ -24,7 +24,7 @@
 
 check() {
   cd parse-"$pkgver"
-  python test_parse.py || warning 'test_too_many_fields fails on Python 3.5'
+  python test_parse.py || warning 'test_too_many_fields fails on Python 3'
   python2 test_parse.py
 }
 



More information about the arch-commits mailing list