Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
dbus-client-gen


Commits:
40d23ab5 by Jelle van der Waa at 2024-10-04T15:23:46+02:00
upgpkg: 0.5.1-5: Switch to unittest runner

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = dbus-client-gen
        pkgdesc = A library for generating some simple classes and functions 
useful for a Python D-Bus client
        pkgver = 0.5.1
-       pkgrel = 4
+       pkgrel = 5
        url = https://stratis-storage.github.io/
        arch = any
        license = MPL2


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname='dbus-client-gen'
 pkgver=0.5.1
-pkgrel=4
+pkgrel=5
 pkgdesc='A library for generating some simple classes and functions useful for 
a Python D-Bus client'
 arch=('any')
 license=('MPL2')
@@ -16,7 +16,7 @@ 
sha256sums=('2fd53bf85955cf9bc76f8bbbdb9968fc891401bea247b31d702a35f5a3bd8bba')
 
 check() {
   cd "${pkgname}-${pkgver}"
-  PYTHONPATH=src pytest
+  PYTHONPATH=src python -m unittest discover -vs .
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dbus-client-gen/-/commit/40d23ab5e17c1496b2d4e9cdd3eaf61512cd4653

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dbus-client-gen/-/commit/40d23ab5e17c1496b2d4e9cdd3eaf61512cd4653
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to