pythonPackages.datadog: disable check
The tests are nondeterministic.
This commit is contained in:
parent
deeeb5002c
commit
8edccd928e
@ -19,6 +19,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
checkInputs = [ nose mock ];
|
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; {
|
meta = with lib; {
|
||||||
description = "The Datadog Python library";
|
description = "The Datadog Python library";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user