From 65e2571652b349daa90a6da5068f0949f09616f9 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 27 Apr 2026 17:18:39 +0300 Subject: [PATCH] python3.pkgs.pyqtgraph: report upstream test failures This is a fixup to commit bb5507a274d41dbc79103a6b75e5c8967b75f54c --- pkgs/development/python-modules/pyqtgraph/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyqtgraph/default.nix b/pkgs/development/python-modules/pyqtgraph/default.nix index 56797da56352..d021a3e4c6c7 100644 --- a/pkgs/development/python-modules/pyqtgraph/default.nix +++ b/pkgs/development/python-modules/pyqtgraph/default.nix @@ -70,10 +70,9 @@ buildPythonPackage (finalAttrs: { ]; disabledTests = [ - # ZeroDivisionError: float division by zero + # See https://github.com/pyqtgraph/pyqtgraph/issues/3485 "test_maps_tick_values_to_local_times" "test_maps_hour_ticks_to_local_times_when_skip_greater_than_one" - ] ++ lib.optionals (!stdenv.hostPlatform.isx86) [ # small precision-related differences on other architectures,