mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 03:23:17 +00:00
python3Packages.dbus-next: disable (flaky) tests, remove myself as maintainer (#360361)
This commit is contained in:
commit
e3ca8012e9
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user