pythonPackages.gradient_statsd: Disable tests
This commit is contained in:
parent
736957987e
commit
285f69eb80
@ -16,6 +16,9 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "gradient_statsd" ];
|
||||
|
||||
# Pypi does not contain tests
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Wrapper around the DogStatsd client";
|
||||
homepage = "https://paperspace.com";
|
||||
|
Loading…
Reference in New Issue
Block a user