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

Felix Yan felixonmars at archlinux.org
Tue Dec 15 20:43:08 UTC 2020


    Date: Tuesday, December 15, 2020 @ 20:43:07
  Author: felixonmars
Revision: 776192

enable behave tests as upstream suggests

Modified:
  jrnl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-15 20:42:45 UTC (rev 776191)
+++ PKGBUILD	2020-12-15 20:43:07 UTC (rev 776192)
@@ -11,7 +11,7 @@
          'python-keyring' 'python-pytz' 'python-tzlocal' 'python-asteval' 'python-colorama'
          'python-dateutil' 'python-yaml' 'python-ansiwrap' 'python-packaging' 'python-setuptools')
 makedepends=('python-dephell')
-checkdepends=('python-pytest')
+checkdepends=('python-behave' 'python-pytest')
 source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('6724cec9fa045d24c54d67305db252c967ab72baa0f6f27689aff506dc96fe4e232e000c8cfac91d5d314a86738dc40e41e880eb82d53484ca55299a194492ae')
 
@@ -32,6 +32,7 @@
 check() {
   cd jrnl-$pkgver
   python -m pytest
+  behave
 }
 
 package() {



More information about the arch-commits mailing list