Skip to content

Commit

Permalink
python3Packages.dbus-next: disable (flaky) tests, remove myself as ma…
Browse files Browse the repository at this point in the history
…intainer (#360361)
  • Loading branch information
K900 authored Dec 3, 2024
2 parents 370d17d + 1850f58 commit e3ca801
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/dbus-next/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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; [ ];
};
}

0 comments on commit e3ca801

Please sign in to comment.