Skip to content

Commit

Permalink
Added CH to formula test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
altvod committed Dec 13, 2023
1 parent d90fe9b commit b523051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dl_formula/dl_formula_tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def pytest_configure(config): # noqa
initialize_formula_test(
pytest_config=config,
formula_test_config=FormulaTestEnvironmentConfiguration(
formula_connector_ep_names=(),
formula_connector_ep_names=("clickhouse",),
),
)

Expand Down
2 changes: 1 addition & 1 deletion lib/dl_formula/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dynamic-enum = {path = "../dynamic_enum"}
pytest = ">=7.2.2"
pyodbc = ">=4.0.35"
python-dateutil = ">=2.8.2"

datalens-connector-clickhouse = {path = "../dl_connector_clickhouse"}

[[tool.mypy.overrides]]
module = "ciso8601"
Expand Down

0 comments on commit b523051

Please sign in to comment.