mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
haskellPackages.hschema-aeson: skip ordering dependent tests
This commit is contained in:
parent
ecb3268d04
commit
b51b7162b1
1 changed files with 6 additions and 0 deletions
|
@ -2206,5 +2206,11 @@ self: super: {
|
|||
"--skip" "/Dropbox/Dropbox aeson aeson/encodes list folder correctly/"
|
||||
] ++ drv.testFlags or [];
|
||||
}) super.dropbox;
|
||||
# https://github.com/alonsodomin/haskell-schema/issues/11
|
||||
hschema-aeson = overrideCabal (drv: {
|
||||
testFlags = [
|
||||
"--skip" "/toJsonSerializer/should generate valid JSON/"
|
||||
] ++ drv.testFlags or [];
|
||||
}) super.hschema-aeson;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue