pythonPackages.gradient_statsd: Disable tests

This commit is contained in:
Sandro 2020-11-10 12:59:36 +01:00 committed by Sandro Jäckel
parent 736957987e
commit 285f69eb80
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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";