10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "1rp4xxy7qp0s0wnq3ig4ji8xsl31g901qkdp339ndxn466cqal2s";
19 propagatedBuildInputs = [ kazoo six ];
20 buildInputs = [ testtools ];
21 checkInputs = [ unittestCheckHook ];
23 # Skip test - fails with our new kazoo version
24 substituteInPlace zake/tests/test_client.py \
25 --replace "test_child_watch_no_create" "_test_child_watch_no_create"
28 unittestFlagsArray = [ "zake/tests" ];
31 homepage = "https://github.com/yahoo/Zake";
32 description = "A python package that works to provide a nice set of testing utilities for the kazoo library";
33 license = licenses.asl20;