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.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:55 +01:00
parent 66cb62d857
commit 5698e8be86
@@ -40,6 +40,8 @@ buildPythonPackage rec {
testtools
];
doCheck = false; # tests not compatible with teststools 2.8
checkPhase = ''
runHook preCheck