From 6cdede88e92d8bca5a21649d544fb127e2e6e4f5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 18 Mar 2025 16:37:18 +0100 Subject: [PATCH] gnu: python-duckdb: Disable one more test. * gnu/packages/python-xyz.scm (python-duckdb)[arguments]: Disable wrap coverage test. Change-Id: I625bc37c979d7c0fa3a2e67d35267993ae791b9e --- gnu/packages/python-xyz.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 24ef684eb7e2b2f43da1f41e8cea9a48b591fe64..b7cf21ba4777eeb73e98c0ecf6fc22e021e27f35 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25729,6 +25729,8 @@ Mustache templating language renderer.") "-k" (string-append ;; Don't install anything, thank you. "not test_install_non_existent_extension" + ;; _pybind11_conduit_v1_ not found. + " and not test_wrap_coverage" ;; See . " and not test_fetchmany" ;; See .