From eaab6245f6603995b38889243bbd3a8aca0f5dea Mon Sep 17 00:00:00 2001 From: Angel J <78835633+iamanaws@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:23:52 -0700 Subject: [PATCH] python3Packages.clickhouse-connect: fix checks (pandas, skip HTTP client tests) --- .../python-modules/clickhouse-connect/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/clickhouse-connect/default.nix b/pkgs/development/python-modules/clickhouse-connect/default.nix index cbd64f2de076..f02d062d2a46 100644 --- a/pkgs/development/python-modules/clickhouse-connect/default.nix +++ b/pkgs/development/python-modules/clickhouse-connect/default.nix @@ -52,11 +52,13 @@ buildPythonPackage rec { pytest-dotenv ] ++ optional-dependencies.sqlalchemy - ++ optional-dependencies.numpy; + ++ optional-dependencies.numpy + ++ optional-dependencies.pandas; - # these tests require a running clickhouse instance + # These tests require a running ClickHouse instance or a reachable HTTP endpoint. disabledTestPaths = [ "tests/integration_tests" + "tests/unit_tests/test_driver/test_httpclient.py" ]; pythonImportsCheck = [