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

David Runge dvzrv at archlinux.org
Sun Jun 9 22:43:52 UTC 2019


    Date: Sunday, June 9, 2019 @ 22:43:52
  Author: dvzrv
Revision: 479204

upgpkg: tmuxp 1.5.3-2

Change check() to explicitely not running test_pane_order, instead of not running a whole part of the test suite.

Modified:
  tmuxp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-09 21:59:12 UTC (rev 479203)
+++ PKGBUILD	2019-06-09 22:43:52 UTC (rev 479204)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 pkgname=tmuxp
 pkgver=1.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="tmux session manager. built on libtmux"
 arch=('any')
 url="https://tmuxp.git-pull.com/en/latest/"
@@ -25,9 +25,9 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-# test_workspacebuilder.py does not return:
+# test_workspacebuilder.py::test_pane_order does not return:
 # https://github.com/tmux-python/tmuxp/issues/377
-  py.test -k "not test_workspacebuilder"
+  py.test -k "not test_pane_order"
 }
 
 package() {



More information about the arch-commits mailing list