python3Packages.dbus-next: disable (flaky) tests, remove myself as maintainer (#360361)

This commit is contained in:
K900 2024-12-03 12:24:56 +03:00 committed by GitHub
commit e3ca8012e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,9 @@ buildPythonPackage rec {
pytest-timeout
];
# Tests are flaky and upstream is no longer active
doCheck = false;
# test_peer_interface hits a timeout
# test_tcp_connection_with_forwarding fails due to dbus
# creating unix socket anyway on v1.14.4
@ -49,6 +52,6 @@ buildPythonPackage rec {
homepage = "https://github.com/altdesktop/python-dbus-next";
changelog = "https://github.com/altdesktop/python-dbus-next/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ sfrijters ];
maintainers = with maintainers; [ ];
};
}