From 571df72d2e5415206b410824eb10ad96bea23245 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 27 Apr 2026 17:19:28 +0300 Subject: [PATCH] python3.pkgs.pyqtgraph: disable more failing tests reported upstream --- pkgs/development/python-modules/pyqtgraph/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pyqtgraph/default.nix b/pkgs/development/python-modules/pyqtgraph/default.nix index d021a3e4c6c7..6ee92d850f6e 100644 --- a/pkgs/development/python-modules/pyqtgraph/default.nix +++ b/pkgs/development/python-modules/pyqtgraph/default.nix @@ -73,6 +73,8 @@ buildPythonPackage (finalAttrs: { # 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" + "test_plotscene" + "test_simple" ] ++ lib.optionals (!stdenv.hostPlatform.isx86) [ # small precision-related differences on other architectures,