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
@ -13058,6 +13058,11 @@ in modules // {
|
|||||||
# For tests
|
# For tests
|
||||||
nose sure boto3 freezegun
|
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…
x
Reference in New Issue
Block a user