Unverified Commit 97b2d61d authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.zigpy-cc: disable tests on python3.11

They use asynctest, which is incompatible with python 3.11.
parent a2d75f58
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ buildPythonPackage rec {
    zigpy
  ];

  doCheck = pythonOlder "3.11"; # asynctest is unsupported on python3.11

  nativeCheckInputs = [
    asynctest
    pytest-asyncio