diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-03-18 16:37:18 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:17 +0200 |
| commit | 6cdede88e92d8bca5a21649d544fb127e2e6e4f5 (patch) | |
| tree | 3a7a80baafb83f383378acf0aca673f7d8f1a764 /gnu/packages/python-xyz.scm | |
| parent | 6fa27ee0f44d786132cfba4705ffdf8432512184 (diff) | |
gnu: python-duckdb: Disable one more test.
* gnu/packages/python-xyz.scm (python-duckdb)[arguments]: Disable wrap
coverage test.
Change-Id: I625bc37c979d7c0fa3a2e67d35267993ae791b9e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 24ef684eb7..b7cf21ba47 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 <https://github.com/duckdb/duckdb/issues/11961>. " and not test_fetchmany" ;; See <https://github.com/duckdb/duckdb/issues/10702>. |
