~ruther/guix-local

fc53f7c83106ba9a95aca5e194556e50f84c1474 — Ricardo Wurmus 5 months ago 5379ca9
Revert "gnu: python-pyzmq: Do not run flaky tests."

This reverts commit 5379ca97180b66be67d039e58f8c03688d918f98.

The commit was intended for next-master.
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -3
@@ 7,7 7,7 @@
;;; Copyright © 2014, 2015 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2015 Omar Radwan <toxemicsquire4@gmail.com>
;;; Copyright © 2015 Pierre-Antoine Rault <par@rigelk.eu>
;;; Copyright © 2015-2026 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015-2025 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2016, 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org>


@@ 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