diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index c46c5d3c8c6..9b222cae354 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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; };