python3Pckages.duckdb: disable test that fails due to a race condition

This commit is contained in:
Sarah Clark
2025-10-05 10:41:21 -07:00
parent 446f2bbc9c
commit 3ded890822
@@ -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