python313Packages.weaviate-client: add deprecation

- disable failing tests
This commit is contained in:
Fabian Affolter
2025-09-07 00:42:14 +02:00
parent bca042ad9c
commit f922c3c1ee
@@ -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 = [