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

Filipe Laíns ffy00 at archlinux.org
Tue Sep 4 13:57:14 UTC 2018


    Date: Tuesday, September 4, 2018 @ 13:57:14
  Author: ffy00
Revision: 376675

Small cleanup again.

Modified:
  python-wxpython/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-04 13:51:46 UTC (rev 376674)
+++ PKGBUILD	2018-09-04 13:57:14 UTC (rev 376675)
@@ -22,20 +22,12 @@
 build() {
   cd $_pkgname-$pkgver
 
-  python build.py build --use_syswx --release -v
+  python build.py build --use_syswx --release
 }
 
 check() {
   cd $_pkgname-$pkgver
 
-#  pythonpaths=("$PWD"/build/lib.linux-$CARCH-3*)
-
-  # test_vlbox.py:test_vlbox4 hangs
-  # test_utils.py:test_utilsSomeOtherStuff segfaults but only when run with all other tests...
-  # still failures but the package works...
-#  PYTHONPATH="${pythonpaths[0]}" xvfb-run python -m pytest unittests/ -k 'not test_utilsSomeOtherStuff and not test_vlbox4 \
-#      and not test_webview1 and not test_webview2 and not test_webview3' || warning "tests failed"
-#  PYTHONPATH="${pythonpaths[0]}" xvfb-run python -m pytest unittests/test_utils.py -k 'test_utilsSomeOtherStuff'
   xvfb-run python build.py test
 }
 



More information about the arch-commits mailing list