pythonPackages.distributed: Disable failing tests.

This commit is contained in:
Tom Hunger 2016-06-01 10:43:22 +01:00 committed by Frederik Rietdijk
parent c8f81c08c7
commit 47122e18bd

View File

@ -4782,9 +4782,9 @@ in modules // {
psutil botocore psutil botocore
] ++ (if !isPy3k then [ singledispatch ] else []); ] ++ (if !isPy3k then [ singledispatch ] else []);
checkPhase = '' # py.test not picking up local config file, even when running
py.test -m "not avoid_travis" distributed --verbose # manually: E ValueError: no option named '--runslow'
''; doCheck = false;
meta = { meta = {
description = "Distributed computation in Python."; description = "Distributed computation in Python.";