File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 88 deps :
99 - task : " clp-py-project-imports"
1010 - task : " core"
11+ - task : " package"
1112
1213 cache-clear :
1314 dir : " {{.G_INTEGRATION_TESTS_DIR}}"
1415 cmds :
1516 - " rm -rf .pytest_cache"
1617
1718 core :
18- deps :
19- - task : " ::core"
20- dir : " {{.G_INTEGRATION_TESTS_DIR}}"
2119 env :
2220 CLP_BUILD_DIR : " {{.G_BUILD_DIR}}"
2321 CLP_CORE_BINS_DIR : " {{.G_CORE_COMPONENT_BUILD_DIR}}"
2422 CLP_PACKAGE_DIR : " {{.G_PACKAGE_BUILD_DIR}}"
23+ dir : " {{.G_INTEGRATION_TESTS_DIR}}"
24+ deps : ["::core"]
2525 cmd : " uv run pytest -m core"
2626
2727 clp-py-project-imports :
2828 dir : " {{.G_INTEGRATION_TESTS_DIR}}"
2929 cmd : " uv run pytest tests/test_clp_native_py_project_imports.py"
30+
31+ package :
32+ env :
33+ CLP_BUILD_DIR : " {{.G_BUILD_DIR}}"
34+ CLP_CORE_BINS_DIR : " {{.G_CORE_COMPONENT_BUILD_DIR}}"
35+ CLP_PACKAGE_DIR : " {{.G_PACKAGE_BUILD_DIR}}"
36+ dir : " {{.G_INTEGRATION_TESTS_DIR}}"
37+ deps : ["::package"]
38+ cmd : " uv run pytest -m package"
You can’t perform that action at this time.
0 commit comments