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

conda_extras (equivalent of extras) #41

Open
smarie opened this issue Apr 15, 2020 · 0 comments
Open

conda_extras (equivalent of extras) #41

smarie opened this issue Apr 15, 2020 · 0 comments

Comments

@smarie
Copy link

smarie commented Apr 15, 2020

Tox currently offers a great way to reuse one of the dependencies lists from the setup.py:

in setup.py:

setup(extras_require={
                 'tests_pip': ['requests', 'six']
          },
          ...)

in tox.ini:

[testenv]
extras = tests_pip

Could we imagine to have a conda_extras instruction with exactly the same capability ? (but installing the dependencies with conda of course)

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