summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-01-12 03:04:44 +0800
committerUniversebenzene2021-01-12 03:04:44 +0800
commitf5739d2b3558acd0f247ae53b6227a243967825d (patch)
tree37f6250784fb35290cfd84f7009fd57bd9872c0d
parent629be645757b1a6aeaa7be31d218912212cc6956 (diff)
downloadaur-f5739d2b3558acd0f247ae53b6227a243967825d.tar.gz
Fix test
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27a97aed651d..c041ae11dd05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,8 +25,7 @@ build() {
check() {
cd ${srcdir}/${_pyname}-${pkgver}
- python setup.py test
-# pytest
+ pytest "build/lib"
}
package_python-extension-helpers() {