python311Packages.python-bsblan: disable tests that fail with aiohttp 3.9.1
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user