diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fefd806c0e..93eeab8ea9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |