From fd6525fe228cf959637fbb7ba8c7b27def41c34d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 12 Jul 2026 04:48:59 +0200 Subject: [PATCH] python3Packages.aiohasupervisor: disable failing test Broke with aioresponses 0.7.9, but upstream already migrated to aiointercept instead. --- pkgs/development/python-modules/aiohasupervisor/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/aiohasupervisor/default.nix b/pkgs/development/python-modules/aiohasupervisor/default.nix index 4486fd239130..c699d6128ffa 100644 --- a/pkgs/development/python-modules/aiohasupervisor/default.nix +++ b/pkgs/development/python-modules/aiohasupervisor/default.nix @@ -53,6 +53,11 @@ buildPythonPackage rec { pytestCheckHook ]; + disabledTests = [ + # mocked url differs with empty query param value vs dropped query param + "test_download_backup" + ]; + pythonImportsCheck = [ "aiohasupervisor" ]; meta = {