summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-02-12 10:05:12 -0500
committerGuillaume Horel2018-02-12 10:05:12 -0500
commit756b720cc9891f0d3f4ff15b67cffe4a159ce398 (patch)
tree0890d33c5ca967783b43de9d50fd03eeaabb3738
parente9ca4d022779229ad1cd13c0281c17362687246b (diff)
downloadaur-756b720cc9891f0d3f4ff15b67cffe4a159ce398.tar.gz
update checkdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0191036367cb..d37012e04e2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = python-sparse
arch = any
license = BSD
checkdepends = python-pytest
+ checkdepends = python-pytest-cov
+ checkdepends = python-pytest-flake8
makedepends = python-setuptools
depends = python
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index dc93f788199b..42b6aa6ca32c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://sparse.pydata.org"
license=('BSD')
depends=('python' 'python-numpy' 'python-scipy')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-flake8')
optdepends=()
makedepends=('python-setuptools')
source=("https://github.com/pydata/sparse/archive/$pkgver.tar.gz")