summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Merejkowsky2017-11-01 18:04:49 +0100
committerDimitri Merejkowsky2017-11-01 18:04:49 +0100
commit497501303d62b931c0a5f4e04dd140807b0d43eb (patch)
tree93b3547318e674edaab0a4c1d060550c251b1259
parent1cd4ac99e5a1528702e359df19a3c8fc8bc923a2 (diff)
downloadaur-497501303d62b931c0a5f4e04dd140807b0d43eb.tar.gz
Make sure to run tests against the correct pycp version
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a33fa2b3dffa..3a0c3f19f680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ build() {
check() {
cd ${srcdir}/pycp-${pkgver}
- pytest
+ PYTHONPATH=. pytest
}
package() {