Date: Monday, November 14, 2022 @ 10:28:33
Author: jelle
Revision: 1347503
upgpkg: python-decorator 5.1.1-2: Stop using python setup.py test
Modified:
python-decorator/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 10:26:37 UTC (rev 1347502)
+++ PKGBUILD 2022-11-14 10:28:33 UTC (rev 1347503)
@@ -4,7 +4,7 @@
_name=decorator
pkgname=python-decorator
pkgver=5.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Python Decorator module'
arch=('any')
url='https://pypi.python.org/pypi/decorator'
@@ -34,5 +34,5 @@
check() {
cd "$srcdir/${_name}-$pkgver"
- python3 setup.py test
+ python3 -m unittest discover -vs .
}