Merge pull request #49995 from r-ryantm/auto-update/python3.6-distributed

python36Packages.distributed: 1.23.3 -> 1.24.0
This commit is contained in:
Jörg Thalheim 2018-11-10 09:01:58 +00:00 committed by GitHub
commit 144c84f712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,12 +26,12 @@
buildPythonPackage rec {
pname = "distributed";
version = "1.23.3";
version = "1.24.0";
# get full repository need conftest.py to run tests
src = fetchPypi {
inherit pname version;
sha256 = "2d48a4de280fd7243ca76f9b12db5fe2486fc89dcdb510c77fa51f51733a04cc";
sha256 = "1a1wynxzs9i2mdz50fs23r9223fmkpwwr0kprqjyb31ladkk07c4";
};
checkInputs = [ pytest pytest-repeat pytest-faulthandler pytest-timeout mock joblib ];