mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
pythonPackages.gradient_statsd: Disable tests
This commit is contained in:
parent
736957987e
commit
285f69eb80
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user