me
/
guix
Archived
1
0
Fork 0

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
Sharlatan Hellseher 2024-07-09 09:38:50 +01:00
parent dcd0ac74a6
commit 6b496c0715
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 1 additions and 3 deletions

View File

@ -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")