From 5379ca97180b66be67d039e58f8c03688d918f98 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 15 Jan 2026 19:47:19 +0100 Subject: [PATCH] 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 ce9d27e43265a0ab606d721bce29e1c3af3cb585..238c75db0bcafa96a7bf299e0764645c803603af 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2014, 2015 Federico Beffa ;;; Copyright © 2015 Omar Radwan ;;; Copyright © 2015 Pierre-Antoine Rault -;;; Copyright © 2015-2025 Ricardo Wurmus +;;; Copyright © 2015-2026 Ricardo Wurmus ;;; Copyright © 2015, 2016, 2020 Christine Lemmer-Webber ;;; Copyright © 2015 Eric Dvorsak ;;; Copyright © 2015, 2016 David Thompson @@ -15896,6 +15896,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