python3Packages.aiohasupervisor: disable failing test
Broke with aioresponses 0.7.9, but upstream already migrated to aiointercept instead.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user