From 7f225f2eed4f39ff1e992444a00342181edf7dc0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 14 Jul 2026 15:13:29 +0200 Subject: [PATCH] python3Packages.go2rtc-client: disable failing tests --- pkgs/development/python-modules/go2rtc-client/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/go2rtc-client/default.nix b/pkgs/development/python-modules/go2rtc-client/default.nix index 25cc4087f92f..a072657a4b44 100644 --- a/pkgs/development/python-modules/go2rtc-client/default.nix +++ b/pkgs/development/python-modules/go2rtc-client/default.nix @@ -55,6 +55,12 @@ buildPythonPackage rec { syrupy ]; + disabledTests = [ + # url encoding mismatch, probably yarl bump + "test_streams_add_list" + "test_streams_add_str" + ]; + pythonImportsCheck = [ "go2rtc_client" ]; __darwinAllowLocalNetworking = true;