Merge pull request #54918 from endgame/posix-pty-disable-tests

haskellPackages.posix-pty: dontCheck
This commit is contained in:
Peter Simons
2019-01-30 09:08:23 +01:00
committed by GitHub

View File

@@ -358,6 +358,7 @@ self: super: {
persistent-redis = dontCheck super.persistent-redis;
pipes-extra = dontCheck super.pipes-extra;
pipes-websockets = dontCheck super.pipes-websockets;
posix-pty = dontCheck super.posix-pty; # https://github.com/merijn/posix-pty/issues/12
postgresql-binary = dontCheck super.postgresql-binary; # needs a running postgresql server
postgresql-simple-migration = dontCheck super.postgresql-simple-migration;
process-streaming = dontCheck super.process-streaming;