Date: Wednesday, November 16, 2022 @ 15:48:00
  Author: alerque
Revision: 1349194

upgpkg: python-commonmark 0.9.1-6; replace legacy setup.py based tests

Modified:
  python-commonmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-16 15:47:27 UTC (rev 1349193)
+++ PKGBUILD    2022-11-16 15:48:00 UTC (rev 1349194)
@@ -2,7 +2,7 @@
 
 pkgname=python-commonmark
 pkgver=0.9.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Python parser for the CommonMark Markdown spec'
 url='https://pypi.org/project/commonmark/'
 arch=('any')
@@ -25,7 +25,7 @@
   cd commonmark.py-${pkgver}
   export PYTHONPATH=.
   python commonmark/tests/unit_tests.py
-  python setup.py test
+  python -m unittest discover
 }
 
 package() {

Reply via email to