Skip to content

feat: add dev extras to pyproject.toml#11

Merged
Jiaaqiliu merged 1 commit intoaiming-lab:mainfrom
jecanore:feat/dev-extras
Mar 17, 2026
Merged

feat: add dev extras to pyproject.toml#11
Jiaaqiliu merged 1 commit intoaiming-lab:mainfrom
jecanore:feat/dev-extras

Conversation

@jecanore
Copy link
Contributor

Summary

  • Add [project.optional-dependencies] with dev = ["pytest>=7.0"] to pyproject.toml
  • Enables pip install -e ".[dev]" for first-time contributors

Test plan

  • pip install -e ".[dev]" succeeds and includes pytest
  • Full test suite passes (1251 tests)

Enable `pip install -e ".[dev]"` to install pytest alongside the package,
streamlining first-time contributor setup.
@Jiaaqiliu Jiaaqiliu merged commit 21e9fc4 into aiming-lab:main Mar 17, 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.

2 participants