python312Packages.yalexs: disable tests

Aiounittest is unsupported on 3.12.
This commit is contained in:
Martin Weinelt
2024-02-24 04:01:04 +01:00
parent 4d3ee79969
commit e48f6ee259
@@ -39,6 +39,9 @@ buildPythonPackage rec {
requests
];
# aiounittest is not supported on 3.12
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
aioresponses
aiounittest