Date: Thursday, December 15, 2022 @ 19:20:15
  Author: foxboron
Revision: 1359389

upgpkg: python-reportlab 3.6.12-2

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-15 19:18:38 UTC (rev 1359388)
+++ PKGBUILD    2022-12-15 19:20:15 UTC (rev 1359389)
@@ -5,7 +5,7 @@
 _origname=reportlab
 pkgname=python-reportlab
 pkgver=3.6.12
-pkgrel=1
+pkgrel=2
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('x86_64')
 url="https://www.reportlab.com/";
@@ -23,7 +23,7 @@
 
 check() {
     cd ${_origname}-${pkgver}
-    python setup.py tests || true
+    python -m unittest discover -vs tests || true
     rm tests/_i_am_actually_a_*
 }
 

Reply via email to