This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch wip-python-team
in repository guix.
The following commit(s) were added to refs/heads/wip-python-team by this push:
new 10dbe20505 FIXUP
10dbe20505 is described below
commit 10dbe205050ec83c0a249014d514883415ae1fa5
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu May 2 11:34:16 2024 +0200
FIXUP
Change-Id: I6f7703a38961d6671bbf91b03eeb90b0aed67a75
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 397feeaa74..2c8194e9d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28070,7 +28070,7 @@ decisions with any given backend.")
"-m" "not gpu and not slow and not network"
;; These all fail with different hashes. Doesn't seem
;; problematic.
- "--ignore=dask/tests/test_tokenize.py"
+ "--ignore-glob=**/test_tokenize.py"
"-k" (string-append
;; This one cannot be interrupted.
"not test_interrupt"