haskellPackages.sydtest: Unbreak by disabling test suite.

This commit is contained in:
Tom Sydney Kerckhove 2023-06-05 13:56:22 +02:00
parent 55843b9385
commit ac06f8709f
3 changed files with 3 additions and 3 deletions

View file

@ -5194,7 +5194,6 @@ broken-packages:
- sws
- syb-extras
- syb-with-class-instances-text
- sydtest
- syfco
- sym
- symantic

View file

@ -1297,5 +1297,8 @@ self: super: builtins.intersectAttrs super {
scalendar = dontCheck super.scalendar;
halide-haskell = super.halide-haskell.override { Halide = pkgs.halide; };
# Sydtest has a brittle test suite that will only work with the exact
# versions that it ships with.
sydtest = dontCheck super.sydtest;
}

View file

@ -283695,8 +283695,6 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "A modern testing framework for Haskell with good defaults and advanced testing features";
license = "unknown";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"sydtest_0_15_0_0" = callPackage