errbot: disable for darwin
At least tests seem to be flaky there.
This commit is contained in:
parent
56d4afdc83
commit
ba27e63d8e
@ -70,6 +70,7 @@ py.pkgs.buildPythonApplication rec {
|
|||||||
homepage = http://errbot.io/;
|
homepage = http://errbot.io/;
|
||||||
maintainers = with maintainers; [ fpletz globin ];
|
maintainers = with maintainers; [ fpletz globin ];
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
|
# flaky on darwin, "RuntimeError: can't start new thread"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user