Skip to content

Commit 1eb03d1

Browse files
hoomanclaude
andcommitted
Replace bare pytest with uv run pytest in CONTRIBUTING.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 208342f commit 1eb03d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ and mocked backends for testing.
8383
1. Fork the repo
8484
2. Make changes in a feature branch
8585
3. Sign the CLA when prompted
86-
4. Ensure all tests pass: `pytest tests/ -v`
86+
4. Ensure all tests pass: `uv run pytest tests/ -v`
8787
5. Submit a pull request with a clear description of what changed and why
8888

8989
Expect review feedback focused on Loom compatibility and test coverage.

0 commit comments

Comments
 (0)