python311Packages.pyversasense: disable tests on python3.11

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