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
commit 290acddd9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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