Merge pull request #103297 from SuperSandro2000/patch-4

pythonPackages.gradient_statsd: Disable tests
This commit is contained in:
Sandro
2020-11-24 22:41:24 +01:00
committed by GitHub

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