about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-09-15 21:15:55 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-27 15:34:40 +0200
commit4cac09e184f21eb69e25cc27a5f045deebe40409 (patch)
tree3bf9b4140a392d77082f127bd743e56f14baebca
parentc79d8276b79a785142d277b4737bdc6c3cf4a380 (diff)
python310Packages.anyio: disable timing sensitive test
-rw-r--r--pkgs/development/python-modules/anyio/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/anyio/default.nix b/pkgs/development/python-modules/anyio/default.nix
index 9fc63cb0d161f..06112cccdc3fb 100644
--- a/pkgs/development/python-modules/anyio/default.nix
+++ b/pkgs/development/python-modules/anyio/default.nix
@@ -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"