13 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "6e258bf0810701407ad1410d63d1a15cfd7b773fd9efe555dac6bb82cc8832b0";
23 checkInputs = [ pytest ];
25 propagatedBuildInputs = [ locket numpy pandas pyzmq toolz ];
28 rm partd/tests/test_zmq.py # requires network & fails
29 py.test -k "not test_serialize"
33 description = "Appendable key-value storage";
34 license = with lib.licenses; [ bsd3 ];
35 homepage = "https://github.com/dask/partd/";