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

Consider replacing scripts with Nox #735

Open
mfisher87 opened this issue Jun 30, 2024 · 0 comments
Open

Consider replacing scripts with Nox #735

mfisher87 opened this issue Jun 30, 2024 · 0 comments
Labels
automation CI, CD, or other automation

Comments

@mfisher87
Copy link
Member

https://nox.thea.codes/en/stable/

Nox enables us to couple the behaviors in the current test/integration-test/lint/format/etc. scripts with the environments those behaviors depend on, and also manages those extra environments for us. Nox could be a dev dependency, and then developers only ever need to install the dev environment; pre-commit and Nox would manage all the other environments that are needed.

The Scientific Python Development guide provides some reasons to use Nox, or a task-runner in general.

@mfisher87 mfisher87 added the automation CI, CD, or other automation label Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation CI, CD, or other automation
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant