Skip to content

Commit 349aecf

Browse files
Pigbibicodex
andcommitted
test: update release-set QPK expectations
Co-Authored-By: Codex <noreply@openai.com>
1 parent 67edb9e commit 349aecf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_drift_workflow_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_drift_workflow_wires_real_pipeline_inputs_and_preflight_bundle() -> Non
1919
assert "research_panel.csv.gz" in workflow
2020
assert "market_history.csv.gz" in workflow
2121
assert "repository: QuantStrategyLab/QuantPlatformKit" in workflow
22-
assert "ref: 3acab1923a97b805b077c85c6c19657be0143bac" in workflow
22+
assert "ref: 68fcad8c68ab48a1109d99715f8315af449de493" in workflow
2323
assert "python -m pip install --no-deps -e external/QuantPlatformKit" in workflow
2424
assert "scripts/run_walk_forward_backtest.py" in workflow
2525
assert '"--list-profiles"' in workflow
@@ -29,7 +29,7 @@ def test_drift_workflow_wires_real_pipeline_inputs_and_preflight_bundle() -> Non
2929
assert "Upload lifecycle preflight artifact" in workflow
3030
assert "lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}" in workflow
3131
assert workflow.count("github.ref == format('refs/heads/{0}', github.event.repository.default_branch)") == 2
32-
assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@3acab1923a97b805b077c85c6c19657be0143bac" in workflow
32+
assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@68fcad8c68ab48a1109d99715f8315af449de493" in workflow
3333
assert "strategy_domain: crypto" in workflow
3434
assert "snapshot_repository: QuantStrategyLab/CryptoLivePoolPipelines" in workflow
3535
assert "snapshot_checkout_path: external/CryptoLivePoolPipelines" in workflow

tests/test_qsl_compat_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
ROOT = Path(__file__).resolve().parents[1]
6-
QPK_REVISION = "3acab1923a97b805b077c85c6c19657be0143bac"
6+
QPK_REVISION = "68fcad8c68ab48a1109d99715f8315af449de493"
77
QPK_URL = (
88
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/"
99
f"QuantPlatformKit.git@{QPK_REVISION}"

0 commit comments

Comments
 (0)