Date: Monday, April 24, 2023 @ 05:10:28
Author: polyzen
Revision: 1448453
Touch up
Modified:
python-pytest-benchmark/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-24 04:22:40 UTC (rev 1448452)
+++ PKGBUILD 2023-04-24 05:10:28 UTC (rev 1448453)
@@ -18,7 +18,8 @@
prepare() {
cd pytest-benchmark-$pkgver
- sed -i '/ error/d' pytest.ini
+ # Do not treat warnings as errors
+ sed -i '/^ error$/d' pytest.ini
patch --forward --strip=1 --input=../pytest-benchmark-backport-232.patch
}