[arch-commits] Commit in python-httpx/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Sun Oct 18 15:33:09 UTC 2020
Date: Sunday, October 18, 2020 @ 15:33:09
Author: eschwartz
Revision: 726191
python-httpx can drop the clobbering of pytest-cov flags since upstream no longer uses them
Modified:
python-httpx/trunk/PKGBUILD
----------+
PKGBUILD | 3 ---
1 file changed, 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-18 15:33:09 UTC (rev 726190)
+++ PKGBUILD 2020-10-18 15:33:09 UTC (rev 726191)
@@ -22,9 +22,6 @@
prepare() {
cd "${srcdir}"/${_pkgname}-${pkgver}
- # do not run coverage in unittests!
- sed -i '/^addopts/d' setup.cfg
-
# bad certifi
patch -p1 -i ../0001-Do-not-override-the-system-SSL-certificates-with-the.patch
}
More information about the arch-commits
mailing list