[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/64: gnu: python-dask: Disable all tokenize tests.
From: |
guix-commits |
Subject: |
54/64: gnu: python-dask: Disable all tokenize tests. |
Date: |
Thu, 2 May 2024 10:52:37 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit fc96e47d48ba6d77153f17fad1cb73ff5350d9d5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 2 09:58:08 2024 +0200
gnu: python-dask: Disable all tokenize tests.
* gnu/packages/python-xyz.scm (python-dask)[arguments]: Ignore the test
file.
Change-Id: Icbd4845361aa57c493f473ab87a15ade8a20a65f
---
gnu/packages/python-xyz.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 84266073f1..0a0428df43 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28057,6 +28057,9 @@ decisions with any given backend.")
#:test-flags
#~(list "-n" "auto"
"-m" "not gpu and not slow and not network"
+ ;; These all fail with different hashes. Doesn't seem
+ ;; problematic.
+ "--ignore-glob=**/test_tokenize.py"
"-k" (string-append
;; This one cannot be interrupted.
"not test_interrupt"
@@ -28064,10 +28067,6 @@ decisions with any given backend.")
;; before assignment". Maybe enable this in later
;; versions (or when pandas has been upgraded.
" and not test_dt_accessor"
- ;; These all fail with different hashes. Doesn't seem
- ;; problematic.
- " and not test_tokenize_local_functions"
- " and not test_tokenize_functions_unique_token"
;; This one expects a deprecation warning that never
;; comes.
" and not test_RandomState_only_funcs")
- 44/64: gnu: Add python-awkward-cpp., (continued)
- 44/64: gnu: Add python-awkward-cpp., guix-commits, 2024/05/02
- 45/64: gnu: Add python-awkward., guix-commits, 2024/05/02
- 46/64: gnu: Add python-array-api-compat., guix-commits, 2024/05/02
- 47/64: gnu: python-anndata: Update to 0.10.7., guix-commits, 2024/05/02
- 48/64: gnu: python-biom-format: Untangle from python-scikit-bio., guix-commits, 2024/05/02
- 50/64: gnu: python-pandas-stubs: Update tests., guix-commits, 2024/05/02
- 49/64: gnu: python-scikit-bio: Update to 0.6.0., guix-commits, 2024/05/02
- 51/64: gnu: python-tabulate: Enable tests and fix version string., guix-commits, 2024/05/02
- 52/64: gnu: python-numpy: Update to 1.26.0., guix-commits, 2024/05/02
- 53/64: Revert "gnu: python-numpy: Update to 1.26.0.", guix-commits, 2024/05/02
- 54/64: gnu: python-dask: Disable all tokenize tests.,
guix-commits <=
- 56/64: gnu: python-umap-learn: Update to 0.5.6., guix-commits, 2024/05/02
- 59/64: gnu: python-dask: Disable some tests., guix-commits, 2024/05/02
- 58/64: gnu: python-dask: Propagate python-dask-expr., guix-commits, 2024/05/02
- 62/64: gnu: tadbit: Update to 1.0.1-2.2838129., guix-commits, 2024/05/02
- 57/64: gnu: python-umap-learn: Disable failing test., guix-commits, 2024/05/02
- 61/64: gnu: python-cooler: Update to 0.9.3., guix-commits, 2024/05/02
- 25/64: gnu: python-pandas: Default to version 2.x., guix-commits, 2024/05/02
- 40/64: gnu: python-partd: Update to 1.4.1., guix-commits, 2024/05/02
- 38/64: gnu: python-tables: Update to 3.7.0., guix-commits, 2024/05/02
- 07/64: gnu: Add rust-blas-sys-0.7., guix-commits, 2024/05/02