python3Packages.clickhouse-connect: fix checks (pandas, skip HTTP cli… (#512984)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-05 21:05:21 +00:00
committed by GitHub
@@ -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 = [