aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2021-04-07 04:34:27 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2021-04-07 04:34:39 +0000
commit23fbedf342a0c79b6a205d49f8215e58780c6467 (patch)
tree9351114bf18b414e7d688973171e376c355e4588
parent86c448764d8f2119825d2fb3f25ef7513277336e (diff)
testing/py3-furl: add missing pytest checkdepends
-rw-r--r--testing/py3-furl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-furl/APKBUILD b/testing/py3-furl/APKBUILD
index 2820005531d..b46e9b8e630 100644
--- a/testing/py3-furl/APKBUILD
+++ b/testing/py3-furl/APKBUILD
@@ -10,7 +10,7 @@ arch="noarch"
license="Unlicense"
depends="py3-orderedmultidict py3-six"
makedepends="py3-setuptools"
-checkdepends="py3-flake8 py3-pycodestyle py3-pyflakes"
+checkdepends="py3-pytest py3-flake8 py3-pycodestyle py3-pyflakes"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
python-3.9.patch"
builddir="$srcdir"/$_pkgname-$pkgver