python311Packages.pymelcloud: disable tests on python3.11

They use asynctest, which is unsupported on python 3.11.
This commit is contained in:
Martin Weinelt
2023-10-27 15:00:33 +02:00
parent 49c0de83db
commit a2d75f58ee
@@ -26,6 +26,8 @@ buildPythonPackage rec {
aiohttp
];
doCheck = pythonOlder "3.11"; # asynctest is unsupported on python3.11
nativeCheckInputs = [
asynctest
pytest-asyncio