python311Packages.zigpy-cc: disable tests on python3.11
They use asynctest, which is incompatible with python 3.11.
This commit is contained in:
@@ -32,6 +32,8 @@ buildPythonPackage rec {
|
||||
zigpy
|
||||
];
|
||||
|
||||
doCheck = pythonOlder "3.11"; # asynctest is unsupported on python3.11
|
||||
|
||||
nativeCheckInputs = [
|
||||
asynctest
|
||||
pytest-asyncio
|
||||
|
||||
Reference in New Issue
Block a user