This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fc53f7c831 Revert "gnu: python-pyzmq: Do not run flaky tests."
fc53f7c831 is described below

commit fc53f7c83106ba9a95aca5e194556e50f84c1474
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 15 19:52:55 2026 +0100

    Revert "gnu: python-pyzmq: Do not run flaky tests."
    
    This reverts commit 5379ca97180b66be67d039e58f8c03688d918f98.
    
    The commit was intended for next-master.
---
 gnu/packages/python-xyz.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 238c75db0b..ce9d27e432 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-2026 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2015-2025 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]>
@@ -15896,8 +15896,6 @@ 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

Reply via email to