From 5698e8be86921f5c0953bfbb048ebaaadc54314c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 22 Jan 2026 09:27:35 +0100 Subject: [PATCH] python3Packages.testscenarios: disable tests They stopped being compatible with testtools 2.8, the patch to fix does not apply and the repo has no useful tags. --- pkgs/development/python-modules/testscenarios/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/testscenarios/default.nix b/pkgs/development/python-modules/testscenarios/default.nix index 81c48bafe257..1daf777f6ede 100644 --- a/pkgs/development/python-modules/testscenarios/default.nix +++ b/pkgs/development/python-modules/testscenarios/default.nix @@ -40,6 +40,8 @@ buildPythonPackage rec { testtools ]; + doCheck = false; # tests not compatible with teststools 2.8 + checkPhase = '' runHook preCheck