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

Felix Yan felixonmars at archlinux.org
Tue Oct 27 13:22:56 UTC 2020


    Date: Tuesday, October 27, 2020 @ 13:22:56
  Author: felixonmars
Revision: 734373

remove tests workaround

Modified:
  python-qasync/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-27 13:21:57 UTC (rev 734372)
+++ PKGBUILD	2020-10-27 13:22:56 UTC (rev 734373)
@@ -22,8 +22,7 @@
 check() {
   cd qasync-$pkgver
   QT_API=PyQt5 xvfb-run python -m pytest
-  # https://github.com/CabbageDevelopment/qasync/issues/11
-  QT_API=PySide2 xvfb-run python -m pytest || :
+  QT_API=PySide2 xvfb-run python -m pytest
 }
 
 package() {



More information about the arch-commits mailing list