Date: Tuesday, November 15, 2022 @ 12:15:52
Author: jelle
Revision: 1348895
upgpkg: python-dbus-deviation 0.6.1-5: Stop using python setup.py test
Modified:
python-dbus-deviation/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-15 12:14:50 UTC (rev 1348894)
+++ PKGBUILD 2022-11-15 12:15:52 UTC (rev 1348895)
@@ -3,7 +3,7 @@
_pkgname=dbus-deviation
pkgname=python-dbus-deviation
pkgver=0.6.1
-pkgrel=4
+pkgrel=5
pkgdesc="Parse D-Bus introspection XML and process it in various ways"
arch=('any')
url="https://github.com/pwithnall/${_pkgname}"
@@ -23,7 +23,7 @@
check() {
cd ${_pkgname}-${pkgver}
- python setup.py test
+ python -m unittest discover -vs dbusapi/tests
}
package() {