From 3ded890822fb602ceac6a7959f006c508a6009fa Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sun, 5 Oct 2025 10:34:03 -0700 Subject: [PATCH] python3Pckages.duckdb: disable test that fails due to a race condition --- pkgs/development/python-modules/duckdb/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/duckdb/default.nix b/pkgs/development/python-modules/duckdb/default.nix index b6b59ab67f26..38e87cef209a 100644 --- a/pkgs/development/python-modules/duckdb/default.nix +++ b/pkgs/development/python-modules/duckdb/default.nix @@ -87,6 +87,9 @@ buildPythonPackage rec { # causing a later test to fail with a spurious KeyboardInterrupt "test_connection_interrupt" "test_query_interruption" + + # flaky due to a race condition in checking whether a thread is alive + "test_query_progress" ]; # remove duckdb dir to prevent import confusion by pytest