summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4b96d5b867f..8f64ea123073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,6 @@ pkgbase = python-thinc
url = https://github.com/explosion/thinc
arch = x86_64
license = MIT
- checkdepends = python-pytest-cov
- checkdepends = flake8
- checkdepends = mypy
makedepends = python-setuptools
makedepends = python-wheel
makedepends = cython
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')