haskell-mockery: run test suite with "TRAVIS=true" set to avoid timing issues
This commit is contained in:
parent
552fcd0b75
commit
94e1660d00
@ -900,4 +900,7 @@ self: super: {
|
||||
# https://ghc.haskell.org/trac/ghc/ticket/9825
|
||||
vimus = overrideCabal super.vimus (drv: { broken = pkgs.stdenv.isLinux && pkgs.stdenv.isi686; });
|
||||
|
||||
# https://github.com/hspec/mockery/issues/6
|
||||
mockery = overrideCabal super.mockery (drv: { preCheck = "export TRAVIS=true"; });
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user