Skip to content

Commit

Permalink
Remove a non-existent "fat" CI label to let more tests run (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety authored Oct 12, 2023
1 parent 6ddb821 commit ace2433
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion lib/dl_api_lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ skip_compose = "true"
[datalens.pytest.db]
root_dir = "dl_api_lib_tests/"
target_path = "db"
labels = ["fat"]

[tool.poetry.scripts]
bi-core-rqe-async = "dl_core.connection_executors.remote_query_executor.app_async:async_qe_main"
Expand Down
3 changes: 0 additions & 3 deletions lib/dl_connector_oracle/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,9 @@ minversion = "6.0"
addopts = "-ra"
testpaths = ["dl_connector_oracle_tests/db", "dl_connector_oracle_tests/unit"]



[datalens.pytest.db]
root_dir = "dl_connector_oracle_tests/"
target_path = "db"
labels = ["fat"]

[datalens.pytest.unit]
root_dir = "dl_connector_oracle_tests/"
Expand Down
1 change: 0 additions & 1 deletion lib/dl_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ skip_compose = "true"
[datalens.pytest.db]
root_dir = "dl_core_tests/"
target_path = "db"
labels = ["fat"]

[tool.mypy]
warn_unused_configs = true
Expand Down

0 comments on commit ace2433

Please sign in to comment.