mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
haskellPackages.fakedata: Disable test suite
The test suite for fakedata is fixed in version 1.0.1 but since we follow stackage for this package and there the version is at 0.8.0 we're just disabling the test suite until it gets updated.
This commit is contained in:
parent
445223be47
commit
c7bbff3f4d
4 changed files with 4 additions and 8 deletions
|
@ -54,6 +54,10 @@ self: super: {
|
|||
ghc-datasize = disableLibraryProfiling super.ghc-datasize;
|
||||
ghc-vis = disableLibraryProfiling super.ghc-vis;
|
||||
|
||||
# We can remove this once fakedata version gets to 1.0.1 as the test suite
|
||||
# works fine there.
|
||||
fakedata = dontCheck super.fakedata;
|
||||
|
||||
# This test keeps being aborted because it runs too quietly for too long
|
||||
Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2;
|
||||
|
||||
|
|
|
@ -1352,7 +1352,6 @@ broken-packages:
|
|||
- fadno-braids
|
||||
- failable-list
|
||||
- failure-detector
|
||||
- fakedata
|
||||
- fake-type
|
||||
- faktory
|
||||
- f-algebra-gen
|
||||
|
|
|
@ -1084,7 +1084,6 @@ dont-distribute-packages:
|
|||
- extract-dependencies
|
||||
- extrapolate
|
||||
- factual-api
|
||||
- fakedata-quickcheck
|
||||
- falling-turnip
|
||||
- fallingblocks
|
||||
- family-tree
|
||||
|
@ -1514,7 +1513,6 @@ dont-distribute-packages:
|
|||
- heavy-logger-instances
|
||||
- hecc
|
||||
- hedgehog-checkers-lens
|
||||
- hedgehog-fakedata
|
||||
- hedgehog-gen-json
|
||||
- hedis-pile
|
||||
- heist-aeson
|
||||
|
|
|
@ -91106,8 +91106,6 @@ self: {
|
|||
];
|
||||
description = "Library for producing fake data";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"fakedata_1_0_1" = callPackage
|
||||
|
@ -91144,7 +91142,6 @@ self: {
|
|||
description = "Library for producing fake data";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"fakedata-parser" = callPackage
|
||||
|
@ -91172,7 +91169,6 @@ self: {
|
|||
];
|
||||
description = "Fake a -> Gen a";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"fakefs" = callPackage
|
||||
|
@ -128890,7 +128886,6 @@ self: {
|
|||
testHaskellDepends = [ base containers fakedata hedgehog ];
|
||||
description = "Use 'fakedata' with 'hedgehog'";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hedgehog-fn" = callPackage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue