diff --git a/pkgs/development/python-modules/weaviate-client/default.nix b/pkgs/development/python-modules/weaviate-client/default.nix index 6f94a76e928b..9a5ada4dc0f3 100644 --- a/pkgs/development/python-modules/weaviate-client/default.nix +++ b/pkgs/development/python-modules/weaviate-client/default.nix @@ -2,26 +2,27 @@ lib, authlib, buildPythonPackage, + deprecation, + fastapi, fetchFromGitHub, - grpcio, + flask, grpcio-health-checking, grpcio-tools, + grpcio, + h5py, httpx, + litestar, + numpy, + pandas, + polars, pydantic, + pytest-asyncio, + pytest-httpserver, + pytestCheckHook, pythonOlder, requests, setuptools-scm, validators, - pytestCheckHook, - numpy, - pytest-httpserver, - pandas, - polars, - h5py, - litestar, - pytest-asyncio, - flask, - fastapi, }: buildPythonPackage rec { @@ -48,19 +49,20 @@ buildPythonPackage rec { dependencies = [ authlib - grpcio + deprecation + fastapi flask + grpcio grpcio-health-checking grpcio-tools h5py httpx - pydantic - numpy litestar - fastapi - polars - requests + numpy pandas + polars + pydantic + requests validators ]; @@ -80,11 +82,15 @@ buildPythonPackage rec { disabledTests = [ # Need network - "test_bearer_token" "test_auth_header_with_catchall_proxy" + "test_bearer_token" + "test_client_with_extra_options" + "test_integration_config" + "test_refresh_async" + "test_refresh_of_refresh_async" + "test_refresh_of_refresh" "test_token_refresh_timeout" "test_with_simple_auth_no_oidc_via_api_key" - "test_client_with_extra_options" ]; enabledTestPaths = [