Skip to content

Commit

Permalink
Merge pull request #69769 from r-ryantm/auto-update/python3.7-distrib…
Browse files Browse the repository at this point in the history
…uted

python37Packages.distributed: 2.3.0 -> 2.4.0
  • Loading branch information
ryantm committed Sep 29, 2019
2 parents cbf2987 + c5791b4 commit 8489274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/distributed/default.nix
Expand Up @@ -28,12 +28,12 @@

buildPythonPackage rec {
pname = "distributed";
version = "2.3.0";
version = "2.4.0";

# get full repository need conftest.py to run tests
src = fetchPypi {
inherit pname version;
sha256 = "15lb6fz3739nkyxi1igzm5p2lk40digkc9fkzjqx1jpymfac9dwl";
sha256 = "1cz7n84g8dgx3cs28qnrh1sd6lka9lx8llysxa6mxyz6wf3ngl9h";
};

checkInputs = [ pytest pytest-repeat pytest-faulthandler pytest-timeout mock joblib ];
Expand Down

0 comments on commit 8489274

Please sign in to comment.