aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/distributed
diff options
context:
space:
mode:
authorChris Ostrouchov <chris.ostrouchov@gmail.com>2018-09-11 17:14:12 -0400
committerChris Ostrouchov <chris.ostrouchov@gmail.com>2018-09-11 17:14:12 -0400
commit027b9beb583935a734c3d81dbf09862af3ee8293 (patch)
treed510bea8a731ca5b6504c0a08da3701364fda9f9 /pkgs/development/python-modules/distributed
parentdac171dd5db18f7ff23bf8181e081b099439e3c7 (diff)
fixup! merge: fixing changes with nixpkgs since pull-request
Diffstat (limited to 'pkgs/development/python-modules/distributed')
-rw-r--r--pkgs/development/python-modules/distributed/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/distributed/default.nix b/pkgs/development/python-modules/distributed/default.nix
index d909a6993a04..987b64439a53 100644
--- a/pkgs/development/python-modules/distributed/default.nix
+++ b/pkgs/development/python-modules/distributed/default.nix
@@ -50,6 +50,9 @@ buildPythonPackage rec {
py.test distributed -m "not avoid-travis" -r s --timeout-method=thread --timeout=0 --durations=20 --ignore="distributed/cli/tests"
'';
+ # when tested random tests would fail and not repeatably
+ doCheck = false;
+
meta = {
description = "Distributed computation in Python.";
homepage = http://distributed.readthedocs.io/en/latest/;