This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch next-master
in repository guix.
The following commit(s) were added to refs/heads/next-master by this push:
new af0678f5e4 gnu: python-pyzmq: Do not run flaky tests.
af0678f5e4 is described below
commit af0678f5e44c9db897d2219aececf2c3d498cddf
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 15 19:47:19 2026 +0100
gnu: python-pyzmq: Do not run flaky tests.
* gnu/packages/python-xyz.scm (python-pyzmq)[arguments]: Skip tests marked
as
flaky.
Change-Id: I97204b237f8c2192b501b105b0b2c13434708df3
---
gnu/packages/python-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a4d1d25dc0..f334faf314 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2014, 2015 Federico Beffa <[email protected]>
;;; Copyright © 2015 Omar Radwan <[email protected]>
;;; Copyright © 2015 Pierre-Antoine Rault <[email protected]>
-;;; Copyright © 2015-2025 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2015-2026 Ricardo Wurmus <[email protected]>
;;; Copyright © 2015, 2016, 2020 Christine Lemmer-Webber
<[email protected]>
;;; Copyright © 2015 Eric Dvorsak <[email protected]>
;;; Copyright © 2015, 2016 David Thompson <[email protected]>
@@ -16027,6 +16027,8 @@ tie-resolvement is accelerated by numba.")
(build-system pyproject-build-system)
(arguments
(list
+ #:test-flags
+ '(list "-m" "not flaky")
#:phases
#~(modify-phases %standard-phases
(add-before 'build 'configure