python3Packages.aiohasupervisor: disable failing test

Broke with aioresponses 0.7.9, but upstream already migrated to
aiointercept instead.
This commit is contained in:
Martin Weinelt
2026-07-15 03:11:42 +02:00
parent ae050500c1
commit fd6525fe22
@@ -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 = {