gnu: python-duckdb: Adjust indentation.
* gnu/packages/python-xyz.scm (python-duckdb): Adjust indentation. Change-Id: I4f135df041f18188f7e035eed78a9199f2026b70
This commit is contained in:
parent
ce98c3436c
commit
d0b42c90d8
1 changed files with 12 additions and 12 deletions
|
@ -23342,18 +23342,18 @@ Mustache templating language renderer.")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:test-flags
|
#:test-flags
|
||||||
'(list "--numprocesses" "auto"
|
#~(list "--numprocesses" "auto"
|
||||||
"--ignore=tests/slow/test_h2oai_arrow.py"
|
"--ignore=tests/slow/test_h2oai_arrow.py"
|
||||||
;; Do not relay on mypy.
|
;; Do not relay on mypy.
|
||||||
"--ignore=tests/stubs/test_stubs.py"
|
"--ignore=tests/stubs/test_stubs.py"
|
||||||
"-k" (string-append
|
"-k" (string-append
|
||||||
;; Don't install anything, thank you.
|
;; Don't install anything, thank you.
|
||||||
"not test_install_non_existent_extension"
|
"not test_install_non_existent_extension"
|
||||||
;; See <https://github.com/duckdb/duckdb/issues/11961>.
|
;; See <https://github.com/duckdb/duckdb/issues/11961>.
|
||||||
" and not test_fetchmany"
|
" and not test_fetchmany"
|
||||||
;; See <https://github.com/duckdb/duckdb/issues/10702>.
|
;; See <https://github.com/duckdb/duckdb/issues/10702>.
|
||||||
" and not test_connection_interrupt"
|
" and not test_connection_interrupt"
|
||||||
" and not test_query_interruption"))
|
" and not test_query_interruption"))
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
;; Tests need this
|
;; Tests need this
|
||||||
|
|
Reference in a new issue