[arch-commits] Commit in radicale/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Nov 4 22:38:18 UTC 2019
Date: Monday, November 4, 2019 @ 22:38:18
Author: dvzrv
Revision: 524142
Removing flake8 and isort checks from pytest (they are useless for unit testing and fail with python3.8).
Modified:
radicale/trunk/PKGBUILD
----------+
PKGBUILD | 3 +++
1 file changed, 3 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-04 22:19:55 UTC (rev 524141)
+++ PKGBUILD 2019-11-04 22:38:18 UTC (rev 524142)
@@ -28,6 +28,9 @@
prepare() {
mv -v ${_name}-${pkgver} ${pkgname}-${pkgver}
cd ${pkgname}-${pkgver}
+ # removing useless flake8 and isort tests
+ sed -e 's/--flake8 --isort//' \
+ -i setup.cfg
}
build() {
More information about the arch-commits
mailing list