python311Packages.python-bsblan: disable tests that fail with aiohttp 3.9.1

This commit is contained in:
Martin Weinelt
2023-12-09 17:58:38 +01:00
parent 1e8a9f5f20
commit d9e209e1fe
@@ -55,6 +55,12 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = lib.optionals (lib.versionAtLeast aiohttp.version "3.9.0") [
# https://github.com/liudger/python-bsblan/issues/808
"test_http_error400"
"test_not_authorized_401_response"
];
pythonImportsCheck = [
"bsblan"
];