fix(ci): remove local path from requirements.txt, handle empty test suite#3
Merged
kraulerson merged 3 commits intomainfrom Apr 6, 2026
Merged
fix(ci): remove local path from requirements.txt, handle empty test suite#3kraulerson merged 3 commits intomainfrom
kraulerson merged 3 commits intomainfrom
Conversation
… suite - Remove editable install path (-e /Users/karl/...) captured by pip freeze — doesn't exist on CI runners - Add pip install -e . --no-deps to CI so meshscope package is importable - Handle pytest exit code 5 (no tests collected) as passing Includes PR workflow guidance feedback doc. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5917806 to
80c9712
Compare
- Upgrade black 25.1.0 → 26.3.1 (fixes CVE-2026-32274) - Add libegl1, libgl1-mesa-glx, libxkbcommon0 for PySide6 on Linux CI - Add pytokens dependency (new black requirement) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…efixes The regex matched "fix" anywhere in the commit message, causing false positives on commits like "chore(ci): upgrade black to fix CVE-...". Now only matches conventional commit prefixes at the start of the message (fix:, fix(...):, bugfix:, hotfix:, etc.). Updated regression tests to cover the false positive case. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
requirements.txtthatpip freezecaptured — breaks CI since the path doesn't exist on runnerspip install -e . --no-depsto CI someshscopepackage is importableTest plan
🤖 Generated with Claude Code