Skip to content

Commit

Permalink
python312Packages.es-client: 8.14.4 -> 8.15.0
Browse files Browse the repository at this point in the history
Diff: untergeek/es_client@refs/tags/v8.14.4...v8.15.0

Changelog: https://github.com/untergeek/es_client/releases/tag/v8.15.0
  • Loading branch information
fabaff committed Aug 16, 2024
1 parent 9478d98 commit c45a0bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/es-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

buildPythonPackage rec {
pname = "es-client";
version = "8.14.4";
version = "8.15.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "untergeek";
repo = "es_client";
rev = "refs/tags/v${version}";
hash = "sha256-CJhiSDmIlhTWV7LLWd2ZCzuj5cWXwgh0lkKJvhmaDFw=";
hash = "sha256-NgOwIbH7m120lxilxxXeB6Uz1XRmEH+rnjyAHkU9oLk=";
};

pythonRelaxDeps = true;
Expand Down Expand Up @@ -69,6 +69,8 @@ buildPythonPackage rec {
"test_multiple_hosts_raises"
"test_non_dict_passed"
"test_skip_version_check"
# Test wants to handle credentials
"test_logging_options_from_config_file"
# es_client.exceptions.ConfigurationError: Must populate both username and password, or leave both empty
"test_exit_if_not_master "
];
Expand Down

0 comments on commit c45a0bb

Please sign in to comment.