Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract all testing deps from tox.ini to pyproject.toml extras #310

Merged
merged 2 commits into from
Oct 26, 2023

Commits on Oct 18, 2023

  1. Extract all testing deps from tox.ini to pyproject.toml extras

    This eases maintainers running tests and tooling without going through tox. For example, running this project's mypy configuration directly in their IDE. tox remains the SPOT for these checks.
    john-kurkowski committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e579084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d943459 View commit details
    Browse the repository at this point in the history