Skip to content

fix: check py.typed on disk instead of via pip show - #67

Merged
higagan merged 1 commit into
mainfrom
fix/smoke-test-py-typed-check
Aug 4, 2026
Merged

fix: check py.typed on disk instead of via pip show#67
higagan merged 1 commit into
mainfrom
fix/smoke-test-py-typed-check

Conversation

@higagan

@higagan higagan commented Aug 4, 2026

Copy link
Copy Markdown
Owner

The py.typed verification step failed in the first smoke test run because pip show -f doesn't reliably list the marker file. Check it directly on disk at modelfuzz.__path__[0] / py.typed instead.

pip show -f doesn't reliably list py.typed in the package directory.
Check the file directly on disk where the package is installed.
@higagan
higagan merged commit 3c06461 into main Aug 4, 2026
5 checks passed
@higagan
higagan deleted the fix/smoke-test-py-typed-check branch August 4, 2026 16:25
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