python: distributed: 2.4.0 -> 2.6.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:29 +02:00
parent ba91de7c11
commit f35dbb9f80

View file

@ -28,12 +28,12 @@
buildPythonPackage rec {
pname = "distributed";
version = "2.4.0";
version = "2.6.0";
# get full repository need conftest.py to run tests
src = fetchPypi {
inherit pname version;
sha256 = "1cz7n84g8dgx3cs28qnrh1sd6lka9lx8llysxa6mxyz6wf3ngl9h";
sha256 = "30b0ca195ace1e39bdd278bf1ad257f7674b3e2b8e7a2a37ce7e2ade4aecccf3";
};
checkInputs = [ pytest pytest-repeat pytest-faulthandler pytest-timeout mock joblib ];