python312Packages.screenlogicpy: disable blocking tests

This commit is contained in:
Martin Weinelt
2023-12-20 20:46:17 +01:00
parent f378169b7c
commit fd6d67bd6f
@@ -2,6 +2,7 @@
, async-timeout
, buildPythonPackage
, fetchFromGitHub
, pythonAtLeast
, pythonOlder
, pytest-asyncio
, setuptools
@@ -43,6 +44,12 @@ buildPythonPackage rec {
"test_discovery_async_discover"
"test_gateway_discovery"
"test_gateway"
] ++ lib.optionals (pythonAtLeast "3.12") [
# Tests block on Python 3.12
"test_sub_unsub"
"test_attach_existing"
"test_login_async_connect_to_gateway"
"test_login_async_gateway_connect"
];
pythonImportsCheck = [