summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-05-08 16:09:50 -0400
committerGuillaume Horel2023-05-08 16:09:50 -0400
commit9cba32349f693e4e5191f892489e0f700af846ee (patch)
treef5288980b341be9f43ac96a225b43cd4b3ae0d52
parent1ff7babcf53ec1644b39cad5c1581eb892132ec5 (diff)
downloadaur-9cba32349f693e4e5191f892489e0f700af846ee.tar.gz
add python-pytest-cov to checkdepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2db7f5a04638..9a1a73970275 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-lineprofiler
arch = x86_64
license = BSD
checkdepends = python-pytest
+ checkdepends = python-pytest-cov
checkdepends = python-ubelt
makedepends = cython
makedepends = python-build
diff --git a/PKGBUILD b/PKGBUILD
index 8c16a83a1ef0..22da8c01ea9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64')
license=('BSD')
depends=('python-setuptools' 'ipython')
makedepends=('cython' 'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest' 'python-ubelt')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-ubelt')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/pyutils/line_profiler/archive/v$pkgver.tar.gz")
sha256sums=('81df8a475048d1c8c905cb5a4530c44f2581b6c78c2f64301a65fe2d4a3028d3')