python313Packages.aiobtclientrpc: disable outdated tests

Changed files
+4 -6
pkgs
development
python-modules
aiobtclientrpc
+4 -6
pkgs/development/python-modules/aiobtclientrpc/default.nix
···
hash = "sha256-2nBrIMlYUI4PwirkiSJSkw5zw2Kc/KoVRyIIYYx4iYs=";
};
-
pythonRelaxDeps = [
-
"async-timeout"
-
];
+
pythonRelaxDeps = [ "async-timeout" ];
-
build-system = [
-
setuptools
-
];
+
build-system = [ setuptools ];
dependencies = [
async-timeout
···
"test_timeout[rtorrent_http]"
"test_event_subscriptions_survive_reconnecting[rtorrent_http]"
"test_waiting_for_event[rtorrent_http]"
+
# Tests are outdated
+
"test_DelugeRPCRequest_equality"
];
pythonImportsCheck = [ "aiobtclientrpc" ];