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 21, 2024
1 parent 50f18ad commit a6dad7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/opensearch-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ buildPythonPackage rec {
pytz
] ++ optional-dependencies.async;

__darwinAllowLocalNetworking = true;

disabledTestPaths = [
# require network
"test_opensearchpy/test_async/test_connection.py"
Expand All @@ -74,6 +76,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 a6dad7c

Please sign in to comment.