summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBailey Fox2019-04-13 04:00:47 -0500
committerBailey Fox2019-04-13 04:00:47 -0500
commitcc3c847f9b55237b6c4d4c83b5b04d3b9bd23a8c (patch)
tree67edac094eb7897392a2cd3b72af719a4889cf8e
parentcf87ad9e7ab0420478b976458e0d277b867877a8 (diff)
downloadaur-cc3c847f9b55237b6c4d4c83b5b04d3b9bd23a8c.tar.gz
Remove test files
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3653df6adb43..4428beb3e94c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,4 +22,5 @@ package() {
depends+=()
cd "${srcdir}/${_module}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+ rm -r ${pkgdir}/usr/lib/python3.7/site-packages/tests/
}