python312Packages.yalexs: disable tests
Aiounittest is unsupported on 3.12.
This commit is contained in:
@@ -39,6 +39,9 @@ buildPythonPackage rec {
|
||||
requests
|
||||
];
|
||||
|
||||
# aiounittest is not supported on 3.12
|
||||
doCheck = pythonOlder "3.12";
|
||||
|
||||
nativeCheckInputs = [
|
||||
aioresponses
|
||||
aiounittest
|
||||
|
||||
Reference in New Issue
Block a user