python: distributed: 2.9.0 -> 2.9.1

This commit is contained in:
Frederik Rietdijk 2019-12-29 10:28:06 +01:00
parent f40e896b32
commit 1fd606b5ba

View file

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