summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreshrh2021-06-08 15:49:51 -0400
committereshrh2021-06-08 15:49:51 -0400
commit44bfdf338ffee14ead6530d0b33fd3f118944d1f (patch)
tree393d3034c306ce3437b9155403ba19005a1ff9c9 /PKGBUILD
parentf72b52c3130e2d90cd5d9d02454769e433997efd (diff)
downloadaur-44bfdf338ffee14ead6530d0b33fd3f118944d1f.tar.gz
temp. remove pytest check
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 166daf9e7216..5071ac25c69f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=jrnl-git
_gitname=jrnl
pkgver=v2.8.1.r12.g5e87ff1
-pkgrel=2
+pkgrel=3
pkgdesc="Collect your thoughts and notes without leaving the command line"
arch=('any')
url="https://jrnl.sh/"
@@ -22,7 +22,6 @@ pkgver() {
check() {
cd "$_gitname"
- pytest .
behave --no-skipped --format progress
black setup.py --diff | patch