Date: Monday, November 14, 2022 @ 09:47:02
  Author: jelle
Revision: 461554

upgpkg: python-prometheus_client 0.15.0-2

Modified:
  python-prometheus_client/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 09:25:15 UTC (rev 461553)
+++ PKGBUILD    2022-11-14 09:47:02 UTC (rev 461554)
@@ -2,7 +2,7 @@
 
 pkgname=python-prometheus_client
 pkgver=0.15.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Prometheus instrumentation library for Python applications"
 url="https://github.com/prometheus/client_python";
@@ -25,7 +25,7 @@
 check() {
   cd client_python-$pkgver
   # Make reproducible by not writing pyc files for test files. (rebuilderd 
does not run tests)
-  PYTHONDONTWRITEBYTECODE=1 python setup.py test
+  PYTHONDONTWRITEBYTECODE=1 python -m unittest discover -vs .
 }
 
 package() {

Reply via email to