gnu: python-duckdb: Disable parallel tests.
Running tests with "--numprocesses" more than 16 makes them shaky, see <https://ci.guix.gnu.org/build/5070646/log/raw>. * gnu/packages/python-xyz.scm (python-duckdb) [arguments]: <#:test-flags>: Remove "--numprocesses" option. [native-inputs]: Remove PYTHON-PYTEST-XDIST. Change-Id: I34312cd0d031fe1c31172280e761cfe33762fc91
parent
dcd0ac74a6
commit
6b496c0715
|
@ -23342,8 +23342,7 @@ Mustache templating language renderer.")
|
|||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
#~(list "--numprocesses" "auto"
|
||||
"--ignore=tests/slow/test_h2oai_arrow.py"
|
||||
#~(list "--ignore=tests/slow/test_h2oai_arrow.py"
|
||||
;; Do not relay on mypy.
|
||||
"--ignore=tests/stubs/test_stubs.py"
|
||||
"-k" (string-append
|
||||
|
@ -23384,7 +23383,6 @@ Mustache templating language renderer.")
|
|||
python-pyarrow
|
||||
python-pytest
|
||||
python-pytest-runner
|
||||
python-pytest-xdist
|
||||
python-setuptools-scm))
|
||||
(home-page "https://www.duckdb.org")
|
||||
(synopsis "DuckDB embedded database")
|
||||
|
|
Reference in New Issue