Unverified Commit 14367cc8 authored by Rohit Singh's avatar Rohit Singh Committed by GitHub
Browse files

python3Packages.clickhouse-connect: fix build (#394385)

clickhouse-connect: fix build

Test path `tests/tls` is probably removed or does not exits.
parent cbf38285
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ buildPythonPackage rec {
  # these tests require a running clickhouse instance
  disabledTestPaths = [
    "tests/integration_tests"
    "tests/tls"
  ];

  pythonImportsCheck = [