Merge pull request #103297 from SuperSandro2000/patch-4
pythonPackages.gradient_statsd: Disable tests
This commit is contained in:
@@ -16,6 +16,9 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
pythonImportsCheck = [ "gradient_statsd" ];
|
pythonImportsCheck = [ "gradient_statsd" ];
|
||||||
|
|
||||||
|
# Pypi does not contain tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Wrapper around the DogStatsd client";
|
description = "Wrapper around the DogStatsd client";
|
||||||
homepage = "https://paperspace.com";
|
homepage = "https://paperspace.com";
|
||||||
|
|||||||
Reference in New Issue
Block a user