pythonPackages.moto: add checkPhase, but leave it turned off

Someday we'll turn it on, but the side-effecting tests aren't going to
work on Hydra right now.
This commit is contained in:
Dan Peebles 2016-07-19 10:12:30 -04:00
parent 9dae8a7e45
commit e0476c2512

View file

@ -13058,6 +13058,11 @@ in modules // {
# For tests
nose sure boto3 freezegun
];
checkPhase = "nosetests";
# TODO: make this true; I think lots of the tests want network access but we can probably run the others
doCheck = false;
};