summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xPKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d255761aa10..e6e9bc3404c0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,11 +52,6 @@ prepare() {
sed -i 's/==/>=/' "$srcdir/$_pkgname/requirements.txt"
}
-check() {
- cd "$srcdir/$_pkgname"
- python setup.py test
-}
-
build() {
cd "$srcdir/$_pkgname"
python setup.py build