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:
parent
9dae8a7e45
commit
e0476c2512
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue