haskellPackages.haskell-postgis: skip ordering dependent test case
This commit is contained in:
parent
630ac9b73c
commit
755fb7d17e
@ -2180,5 +2180,11 @@ self: super: {
|
||||
}) (doJailbreak super.hercules-ci-api-agent);
|
||||
# https://github.com/emc2/HUnit-Plus/issues/26
|
||||
HUnit-Plus = dontCheck super.HUnit-Plus;
|
||||
# https://github.com/ewestern/haskell-postgis/issues/7
|
||||
haskell-postgis = overrideCabal (drv: {
|
||||
testFlags = [
|
||||
"--skip" "/Geo/Hexable/Encodes a linestring/"
|
||||
] ++ drv.testFlags or [];
|
||||
}) super.haskell-postgis;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
Loading…
Reference in New Issue
Block a user