summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-05-05 10:30:46 +0300
committerCaleb Maclennan2021-05-05 10:42:00 +0300
commite7775c322e890b5e6ce065c943c8d93ba3208fa3 (patch)
tree3e273503413b5cef23188d3e487a9ed5714e19ad
parent238e8a4f6baccd8341d07df0226cf01e9171b208 (diff)
downloadaur-e7775c322e890b5e6ce065c943c8d93ba3208fa3.tar.gz
Fix check dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5065730baed2..ac627ca402a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = python-defcon
url = https://github.com/robotools/defcon
arch = any
license = MIT
- checkdepends = python-pytest
+ checkdepends = python-pytest-runner
checkdepends = python-unicodedata2
makedepends = python-setuptools-scm
depends = python-fonttools
diff --git a/PKGBUILD b/PKGBUILD
index b615086ebd14..ebb181953cb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/robotools/$_pkgname"
license=('MIT')
depends=('python-fonttools' 'python-fs')
makedepends=('python-setuptools-scm') # use -scm until upstream bug fixed https://github.com/robotools/defcon/issues/354
-checkdepends=('python-pytest' 'python-unicodedata2')
+checkdepends=('python-pytest-runner' 'python-unicodedata2')
optdepends=('python-fontpens' 'python-lxml')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.zip")
sha256sums=('410adb6bd18996054ad82b0654aea2bc0a334a9ff7007fe983ec6f3f39f449ea')