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

What is the point of dev-requirements.txt #80

Open
rabernat opened this issue Mar 2, 2021 · 1 comment
Open

What is the point of dev-requirements.txt #80

rabernat opened this issue Mar 2, 2021 · 1 comment

Comments

@rabernat
Copy link
Contributor

rabernat commented Mar 2, 2021

I thought that dev-requirements.txt would be used to install the dependencies needed for testing. In #78 I needed to add pytest-lazy-fixture, so I added it to dev-requirements.txt. But then I realized it needed to be added to the various CI conda envs instead.

What is the point of dev-requirements.txt if we don't actually use it for anything?

@davidbrochart
Copy link
Contributor

😄 I had the same question. Or is it the CI conda envs we need to get rid of, and instead use a unique dev-requirements.txt for all Python versions?

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

2 participants