python3Packages.clickhouse-connect: fix build (#394385)
clickhouse-connect: fix build Test path `tests/tls` is probably removed or does not exits.
This commit is contained in:
@@ -61,7 +61,6 @@ buildPythonPackage rec {
|
||||
# these tests require a running clickhouse instance
|
||||
disabledTestPaths = [
|
||||
"tests/integration_tests"
|
||||
"tests/tls"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user