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

List the test dependencies in pyproject.toml? #158

Open
nvaytet opened this issue Apr 18, 2024 · 0 comments
Open

List the test dependencies in pyproject.toml? #158

nvaytet opened this issue Apr 18, 2024 · 0 comments

Comments

@nvaytet
Copy link
Member

nvaytet commented Apr 18, 2024

In Scipp, we list the test dependencies in the pyproject.toml.

Should we do the same for all packages?

This would allow us to do pip install esssans[test] which would give you an env where you can right away run the unit tests?
So for a local editable build you could do pip install -e .[test] (I think?).

This would also mean that we could get the test dependencies in the conda recipe from the pyproject file, as we do for the run dependencies?

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

No branches or pull requests

1 participant