Commit f922c3c1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.weaviate-client: add deprecation

- disable failing tests
parent bca042ad
Loading
Loading
Loading
Loading
+24 −18
Original line number Diff line number Diff line
@@ -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
    numpy
    pandas
    polars
    pydantic
    requests
    pandas
    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 = [