Merge pull request #61018 from r-ryantm/auto-update/python3.7-distributed

python37Packages.distributed: 1.26.1 -> 1.27.1
This commit is contained in:
Renaud 2019-05-07 23:18:30 +02:00 committed by GitHub
commit ff71e15f66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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