13 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "sha256-zpGrzcYXjWaLyqQxeRpakX2QI0HLGT9UP+RF1JRmBIU=";
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/";