python310Packages.anyio: disable timing sensitive test

This commit is contained in:
Sandro Jäckel 2023-09-15 21:15:55 +02:00 committed by Martin Weinelt
parent c79d8276b7
commit 4cac09e184

View File

@ -84,6 +84,10 @@ buildPythonPackage rec {
"test_exception_group_children"
"test_exception_group_host"
"test_exception_group_filtering"
# timing sensitive
# assert threading.active_count() == initial_count + 1
# assert 4 == (4 + 1)
"test_run_sync_from_thread_pooling"
] ++ lib.optionals stdenv.isDarwin [
# PermissionError: [Errno 1] Operation not permitted: '/dev/console'
"test_is_block_device"