python3Packages.clickhouse-connect: use disabledTestPaths instead of pytestFlagsArray for disabling whole test directories
This commit is contained in:
@@ -54,9 +54,9 @@ buildPythonPackage rec {
|
||||
++ passthru.optional-dependencies.numpy;
|
||||
|
||||
# these tests require a running clickhouse instance
|
||||
pytestFlagsArray = [
|
||||
"--deselect=tests/integration_tests"
|
||||
"--deselect=tests/tls"
|
||||
disabledTestPaths = [
|
||||
"tests/integration_tests"
|
||||
"tests/tls"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user