python312Packages.screenlogicpy: disable blocking tests
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user