summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2020-06-01 21:19:28 +0200
committerNarrat2020-06-01 21:19:28 +0200
commit77e43280588d83c49de34d128946428cfeff745e (patch)
tree5021c4ef04fb3b9ace9926e567cc83c5c6432447 /PKGBUILD
parent7b2fa4713df472e7dbc1c8cd1d2384d1b35822b3 (diff)
downloadaur-77e43280588d83c49de34d128946428cfeff745e.tar.gz
tablib: fix checkdepends
Not pure pytest, but instead pytest-cov.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72b70a8e7283..4e45113cec3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="http://python-tablib.org"
license=("MIT")
depends=("python")
makedepends=("python-setuptools")
-checkdepends=("python-pytest")
+checkdepends=("python-pytest-cov")
optdepends=("python-tabulate: cli interface"
"python-markuppy: for HTML support"
"python-odfpy: for ODS support"