Skip to content

Commit

Permalink
pythonPackages.distributed: remove bad check dependency on pytest-fau…
Browse files Browse the repository at this point in the history
…lthandler

(cherry picked from commit acfe7e0)
  • Loading branch information
bhipple authored and Jon committed Mar 27, 2020
1 parent 3534948 commit a6f3555
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/python-modules/distributed/default.nix
Expand Up @@ -3,7 +3,6 @@
, fetchPypi
, pytest
, pytest-repeat
, pytest-faulthandler
, pytest-timeout
, mock
, joblib
Expand Down Expand Up @@ -36,7 +35,7 @@ buildPythonPackage rec {
sha256 = "d37a5c5be992f3b16db24b54d2801cbe370990fbc63089c6e7ef40d6f03cf5dd";
};

checkInputs = [ pytest pytest-repeat pytest-faulthandler pytest-timeout mock joblib ];
checkInputs = [ pytest pytest-repeat pytest-timeout mock joblib ];
propagatedBuildInputs = [
click cloudpickle dask msgpack psutil six
sortedcontainers tblib toolz tornado zict pyyaml mpi4py bokeh
Expand All @@ -54,7 +53,7 @@ buildPythonPackage rec {

meta = {
description = "Distributed computation in Python.";
homepage = https://distributed.readthedocs.io/en/latest/;
homepage = "https://distributed.readthedocs.io/en/latest/";
license = lib.licenses.bsd3;
platforms = lib.platforms.x86; # fails on aarch64
maintainers = with lib.maintainers; [ teh costrouc ];
Expand Down

0 comments on commit a6f3555

Please sign in to comment.