Skip to content

Remove pytest from build-system requires - #126

Merged
matthewhorridge merged 1 commit into
mainfrom
chore/build-requires-cleanup
Jul 9, 2026
Merged

Remove pytest from build-system requires#126
matthewhorridge merged 1 commit into
mainfrom
chore/build-requires-cleanup

Conversation

@matthewhorridge

Copy link
Copy Markdown
Contributor

Summary

  • build-system.requires listed pytest, which is a test dependency, not a build requirement; building only needs setuptools
  • Also serves as the first unlabeled merge through the new Bump Version workflow — expected to bump 0.1.0 → 0.1.1 and tag v0.1.1

Test plan

  • pip wheel . --no-deps builds the wheel successfully without pytest in build requires
  • After merge: verify the version bump commit and v0.1.1 tag land on main

🤖 Generated with Claude Code

pytest is a test dependency, not a build requirement; building only
needs setuptools.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@matthewhorridge
matthewhorridge merged commit 7470e81 into main Jul 9, 2026
1 check passed
@matthewhorridge
matthewhorridge deleted the chore/build-requires-cleanup branch July 9, 2026 19:13
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