forked from mirrors/nixpkgs
disable test suites for graceful and serialport.
This commit is contained in:
parent
d2c7b78cbf
commit
2ab7e1d950
|
@ -162,6 +162,12 @@ self: super: {
|
|||
# Upstream notified by e-mail.
|
||||
permutation = dontCheck super.permutation;
|
||||
|
||||
# Wants to call external processes that don't exist in our sandbox.
|
||||
graceful = dontCheck super.graceful;
|
||||
|
||||
# https://github.com/jputcu/serialport/issues/25
|
||||
serialport = dontCheck super.serialport;
|
||||
|
||||
}
|
||||
// {
|
||||
# Not on Hackage yet.
|
||||
|
|
Loading…
Reference in a new issue