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

Felix Yan felixonmars at archlinux.org
Fri Mar 23 15:42:53 UTC 2018


    Date: Friday, March 23, 2018 @ 15:42:52
  Author: felixonmars
Revision: 311434

tests no longer break

Modified:
  python-pytest/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-23 15:42:13 UTC (rev 311433)
+++ PKGBUILD	2018-03-23 15:42:52 UTC (rev 311434)
@@ -35,13 +35,11 @@
 }
 
 check() {
-  # Expected failure due to xdist, also present on official travis
-
   cd "$srcdir"/pytest-$pkgver
-  python setup.py test || warning "Tests failed"
+  python setup.py test
 
   cd "$srcdir"/pytest-$pkgver-py2
-  python2 setup.py test || warning "Tests failed"
+  python2 setup.py test
 }
 
 package_python-pytest() {



More information about the arch-commits mailing list