mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/py3-dasbus: run tests with py3-pytest7
Pytest 8.2.0 errors out with: E TypeError: Can't instantiate abstract class DBusThreadedTestCase without an implementation for abstract methods '_get_message_bus', '_get_service' E TypeError: Can't instantiate abstract class DBusSpawnedTestCase without an implementation for abstract methods '_get_message_bus', '_get_service'
This commit is contained in:
parent
4a60e322d7
commit
5c0bea3218
@ -9,7 +9,7 @@ arch="noarch"
|
||||
license="LGPL-2.1-or-later"
|
||||
depends="python3 py3-gobject3 dbus"
|
||||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-pytest"
|
||||
checkdepends="py3-pytest7"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/rhinstaller/dasbus/releases/download/v$pkgver/dasbus-$pkgver.tar.gz"
|
||||
builddir="$srcdir/dasbus-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user