python312Packages.es-client: fix build

This commit is contained in:
Martin Weinelt 2024-08-08 03:15:12 +02:00
parent 621b4dacca
commit 8e3310fd63
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,6 +3,7 @@
buildPythonPackage,
certifi,
click,
dotmap,
ecs-logging,
elastic-transport,
elasticsearch8,
@ -36,10 +37,10 @@ buildPythonPackage rec {
build-system = [ hatchling ];
dependencies = [
certifi
click
dotmap
ecs-logging
elastic-transport
elasticsearch8
@ -68,6 +69,8 @@ buildPythonPackage rec {
"test_multiple_hosts_raises"
"test_non_dict_passed"
"test_skip_version_check"
# es_client.exceptions.ConfigurationError: Must populate both username and password, or leave both empty
"test_exit_if_not_master "
];
meta = with lib; {