summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Brendel2020-05-03 20:32:35 -0700
committerChris Brendel2020-05-03 20:32:35 -0700
commit57b8fdbc6411b54d689027ba8171e338ed2cfcbf (patch)
tree2597a88479ee02da6b6c3ec05a47673b5d209fa4 /PKGBUILD
parentfec31487457e92c2e9e24466f7b937a630ec8822 (diff)
downloadaur-57b8fdbc6411b54d689027ba8171e338ed2cfcbf.tar.gz
removed checkdepends (breaking with current versions of pytest at time of compile)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cd2d19c4356..6892295762a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,6 @@ depends=("cython"
makedepends=("python-setuptools" "python-wheel" "cython")
optdepends=("python-spacy: examples" "flake8: linting for Python code" "python-pytest-cov: run included tests"
"mypy: run included tests" "python-ipykernel: run included tests" )
-checkdepends=("python-pytest-cov" "flake8" "mypy")
source=("$pkgname-$pkgver.tar.gz::https://github.com/explosion/thinc/archive/v$pkgver.tar.gz")
md5sums=('0a62680b89d478955eeb6fac875e71e8')