Skip to content

Commit

Permalink
python312Packages.opensearch-py: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 20, 2024
1 parent 6d2d99e commit a96874d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/opensearch-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ buildPythonPackage rec {
# finds our ca-bundle, but expects something else (/path/to/clientcert/dir or None)
"test_ca_certs_ssl_cert_dir"
"test_no_ca_certs"

# Failing tests, issue opened at https://github.com/opensearch-project/opensearch-py/issues/849
"test_basicauth_in_request_session"
"test_callable_in_request_session"
];

meta = {
Expand Down

0 comments on commit a96874d

Please sign in to comment.