1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #71944 from cdepillabout/disable-polysemy-tests

haskellPackages.polysemy: disable polysemy tests
This commit is contained in:
Peter Simons 2019-10-24 22:07:17 +02:00 committed by GitHub
commit b80d3570ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1272,4 +1272,8 @@ self: super: {
# upstream issue: https://github.com/vmchale/atspkg/issues/12
language-ats = dontCheck super.language-ats;
# polysemy has occasional test failures from what looks like buggy async tests.
# We think this will probably be fixed when updating to the polysemy version in LTS-15.
polysemy = dontCheck super.polysemy;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super