Unverified Commit a2d75f58 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.pymelcloud: disable tests on python3.11

They use asynctest, which is unsupported on python 3.11.
parent 49c0de83
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ buildPythonPackage rec {
    aiohttp
  ];

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

  nativeCheckInputs = [
    asynctest
    pytest-asyncio