test: make Steam fixture interpreter explicit - #4
Merged
kachofugetsu09 merged 2 commits intoAug 24, 2026
Conversation
kachofugetsu09
marked this pull request as ready for review
August 24, 2026 12:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目标
把 Steam manager integration fixture 的 Python 运行时改为调用方显式交付的 artifact,避免测试进程解释器与被测插件 artifact 偶然耦合。
Stacked on #3,base exact:
4ba37db56e1ae8e1f5aa284a734a90d6298a9c4c。改动
_stage_plugin必须读取AKASHIC_PLUGIN_FIXTURE_PYTHON,以Path(value).parent.parent定位 artifact runtime;缺失时直接KeyError,无 fallback。mcp/.venv后,使用绝对${{ github.workspace }}/mcp/.venv/bin/python交付 fixture interpreter。Head exact:
982fcb4bc34a9c06aa4c7998e58070d9eab5bae6。验证
python -m pytest -q mcp/tests tests: 27 passed(1 条第三方 pydantic warning)4dd69dd621e029e51e99aa428443fa3a4ec1f6cf: PASSgit diff --check: PASS恢复
/mnt/data/coding/backups/steam-fixture-python-20260824/base-4ba37db.bundle8244265a0b4e8844ecd7445ec573efe92c4d5baf19b3627f5f9d683fe169a8ff本 PR 不安装插件、不修改 cache、不部署到正式 workspace。