python312Packages.kazoo: remove old unused test stuff

This commit is contained in:
K900
2025-04-05 20:56:26 +03:00
parent 738b39cb3d
commit a7dcc8b8fa
@@ -2,12 +2,6 @@
lib,
buildPythonPackage,
fetchPypi,
six,
eventlet,
gevent,
mock,
coverage,
openjdk8_headless,
}:
buildPythonPackage rec {
@@ -20,27 +14,8 @@ buildPythonPackage rec {
hash = "sha256-kFeWrk9MEr1OSukubl0BhDnmtWyM+7JIJTYuebIw2rE=";
};
propagatedBuildInputs = [ six ];
buildInputs = [
eventlet
gevent
mock
coverage
openjdk8_headless
];
# not really needed
preBuild = ''
sed -i '/flake8/d' setup.py
'';
preCheck = ''
sed -i 's/test_unicode_auth/noop/' kazoo/tests/test_client.py
'';
# tests take a long time to run and leave threads hanging
doCheck = false;
#ZOOKEEPER_PATH = "${pkgs.zookeeper}";
meta = with lib; {
homepage = "https://kazoo.readthedocs.org";