[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/93: gnu: python-dask: Disable all tokenize tests.
From: |
guix-commits |
Subject: |
54/93: gnu: python-dask: Disable all tokenize tests. |
Date: |
Sun, 5 May 2024 16:44:56 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 22eeb8f16ed8e8f4632122e878fdd7d316d37810
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")
- 89/93: gnu: python-pingouin: Update to 0.5.4., (continued)
- 89/93: gnu: python-pingouin: Update to 0.5.4., guix-commits, 2024/05/05
- 30/93: gnu: python-cython-3: Update to 3.0.8., guix-commits, 2024/05/05
- 33/93: gnu: python-tabulate: Update to 0.9.0., guix-commits, 2024/05/05
- 36/93: gnu: apache-arrow: Build with ORC., guix-commits, 2024/05/05
- 39/93: gnu: python-dask: Update to 2024.4.2., guix-commits, 2024/05/05
- 40/93: gnu: python-partd: Update to 1.4.1., guix-commits, 2024/05/05
- 45/93: gnu: Add python-awkward., guix-commits, 2024/05/05
- 47/93: gnu: python-anndata: Update to 0.10.7., guix-commits, 2024/05/05
- 48/93: gnu: python-biom-format: Untangle from python-scikit-bio., guix-commits, 2024/05/05
- 50/93: gnu: python-pandas-stubs: Update tests., guix-commits, 2024/05/05
- 54/93: gnu: python-dask: Disable all tokenize tests.,
guix-commits <=
- 62/93: gnu: tadbit: Update to 1.0.1-2.2838129., guix-commits, 2024/05/05
- 12/93: gnu: Add python-multiscale-spatial-image., guix-commits, 2024/05/05
- 16/93: gnu: Add python-fastcluster., guix-commits, 2024/05/05
- 23/93: gnu: python-plastid: Replace nose with pytest., guix-commits, 2024/05/05
- 76/93: gnu: Add python-termcolor-1., guix-commits, 2024/05/05
- 87/93: gnu: python-plotnine: Fix version string., guix-commits, 2024/05/05
- 93/93: gnu: python-graphtools: Fix tests., guix-commits, 2024/05/05
- 82/93: gnu: python-bioframe: Update to 0.6.4., guix-commits, 2024/05/05
- 21/93: gnu: Add python-cvxpy., guix-commits, 2024/05/05
- 64/93: gnu: tadbit: Add R to inputs., guix-commits, 2024/05/05