Skip to content

fix(spec): add test_linker_cache to PyInstaller hiddenimports (TAP-4571)#196

Merged
wtthornton merged 1 commit into
masterfrom
tap-4571-spec-test-linker-cache
Jul 2, 2026
Merged

fix(spec): add test_linker_cache to PyInstaller hiddenimports (TAP-4571)#196
wtthornton merged 1 commit into
masterfrom
tap-4571-spec-test-linker-cache

Conversation

@wtthornton

Copy link
Copy Markdown
Owner

What

tapps_mcp.project.test_linker_cache (added by #195, TAP-4575) was missing from tapps_mcp.spec hiddenimports, so test_pyinstaller_spec.py::test_all_modules_have_hidden_imports failed on master — 1 failed / 5960 passed. The frozen exe would ImportError at runtime on this module.

Fix

Add the module to the spec hiddenimports (next to test_linker).

Test

pytest packages/tapps-mcp/tests/unit/test_pyinstaller_spec.py → 3 passed. Restores green pytest -m 'not slow' on the tapps-mcp package.

Closes the Phase 0 residual on TAP-4571.

🤖 Generated with Claude Code

Module tapps_mcp.project.test_linker_cache (added by #195) was missing
from tapps_mcp.spec hiddenimports, re-reddening master on
test_all_modules_have_hidden_imports. Restores a green full suite.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@wtthornton wtthornton merged commit b619b52 into master Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant