beaker: skip tests as they fail

This commit is contained in:
Domen Kozar 2013-03-27 09:22:24 +01:00
parent 34841f9527
commit 6601435473

View file

@ -966,6 +966,9 @@ pythonPackages = python.modules // rec {
buildInputs = [ sqlalchemy pycryptopp nose mock webtest ];
# http://hydra.nixos.org/build/4511591/log/raw
doCheck = false;
meta = {
maintainers = [
stdenv.lib.maintainers.garbas