summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-11-02 14:37:05 -0500
committerGuillaume Horel2020-11-02 14:37:05 -0500
commitc12842bfaf4a9b1dfd3de50cc78a1b1a595acbb0 (patch)
tree6d7ddafdb993441e002feacd3b2f3efbc2e76bc5
parent18ebe37b4986968455024b30e72567681fe59474 (diff)
downloadaur-c12842bfaf4a9b1dfd3de50cc78a1b1a595acbb0.tar.gz
add pytest to checkdepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cdce6d4d043..f2bee56f7f07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-booleanoperations
url = https://github.com/typemytype/booleanOperations
arch = any
license = MIT
+ checkdepends = python-pytest
checkdepends = python-defcon
checkdepends = python-fontpens
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index c2bcb5d6895b..895b4ec810a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Boolean operations on paths.'
arch=('any')
url='https://github.com/typemytype/booleanOperations'
license=('MIT')
-checkdepends=('python-defcon' 'python-fontpens')
+checkdepends=('python-pytest' 'python-defcon' 'python-fontpens')
depends=('python-pyclipper' 'python-fonttools')
makedepends=('python-setuptools')
options=(!emptydirs)