From 49c0de83db0926c6e6cc87a97bb6301b312d5190 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 27 Oct 2023 14:46:52 +0200 Subject: [PATCH] python311Packages.pyversasense: disable tests on python3.11 They cannot run because asynctest is unsupported on python3.11. --- pkgs/development/python-modules/pyversasense/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pyversasense/default.nix b/pkgs/development/python-modules/pyversasense/default.nix index 40c2fac51577..908d9d37f7ba 100644 --- a/pkgs/development/python-modules/pyversasense/default.nix +++ b/pkgs/development/python-modules/pyversasense/default.nix @@ -26,6 +26,8 @@ buildPythonPackage rec { aiohttp ]; + doCheck = pythonOlder "3.11"; # asynctest unsupported on python3.11 + nativeCheckInputs = [ asynctest pytest-asyncio