haskellPackages.rel8: dontCheck

Flakey tests, upstream issue: https://github.com/circuithub/rel8/issues/86
This commit is contained in:
Joe Hermaszewski 2021-06-29 21:07:51 +08:00
parent 6955f4e4e6
commit dfdc6ad216
No known key found for this signature in database
GPG Key ID: C8116E3A0C1CA76A

View File

@ -1936,4 +1936,8 @@ EOT
# Fixed on upstream: https://github.com/softwarefactory-project/matrix-client-haskell/commit/4ca4963cfd06379d9bdce49742af854aed6a0d37
matrix-client = dontCheck super.matrix-client;
# Flakey tests
# upstream https://github.com/circuithub/rel8/issues/86
rel8 = dontCheck super.rel8;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super