From 14367cc8edf84641a49467ecf614ab31b155ce1c Mon Sep 17 00:00:00 2001 From: Rohit Singh Date: Mon, 31 Mar 2025 20:24:00 +0530 Subject: [PATCH] python3Packages.clickhouse-connect: fix build (#394385) clickhouse-connect: fix build Test path `tests/tls` is probably removed or does not exits. --- pkgs/development/python-modules/clickhouse-connect/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/clickhouse-connect/default.nix b/pkgs/development/python-modules/clickhouse-connect/default.nix index eb7e7844ce2b..3cddd564499d 100644 --- a/pkgs/development/python-modules/clickhouse-connect/default.nix +++ b/pkgs/development/python-modules/clickhouse-connect/default.nix @@ -61,7 +61,6 @@ buildPythonPackage rec { # these tests require a running clickhouse instance disabledTestPaths = [ "tests/integration_tests" - "tests/tls" ]; pythonImportsCheck = [