From 8edccd928e883e2b3ef5cac49d4398c561c36701 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Wed, 30 May 2018 02:26:05 +0000 Subject: pythonPackages.datadog: disable check The tests are nondeterministic. --- pkgs/development/python-modules/datadog/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/datadog/default.nix b/pkgs/development/python-modules/datadog/default.nix index 35d830f81b58..d01029652a98 100644 --- a/pkgs/development/python-modules/datadog/default.nix +++ b/pkgs/development/python-modules/datadog/default.nix @@ -19,6 +19,11 @@ buildPythonPackage rec { checkInputs = [ nose mock ]; + # v0.20.0 tests are nondeterministic: + # test_send_batch_metrics: https://hydra.nixos.org/build/74920933 + # test_timed_decorator_threaded: https://hydra.nixos.org/build/74328993 + doCheck = false; + meta = with lib; { description = "The Datadog Python library"; license = licenses.bsd3; -- cgit 1.4.1