You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 todev-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?The text was updated successfully, but these errors were encountered: