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

Use a separate pipcompile virtualenv to compile requirements files #122

Open
seanh opened this issue Jun 5, 2023 · 0 comments
Open

Use a separate pipcompile virtualenv to compile requirements files #122

seanh opened this issue Jun 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@seanh
Copy link
Contributor

seanh commented Jun 5, 2023

Instead of using each individual virtualenv (.tox/format/, .tox/tests/, etc) to compile its corresponding requirements file (requirements/format.txt, requirements/tests.txt, etc) use a single .tox/pipcompile/ environment with just pip-tools installed in it to compile all requirements files. This should simplify the implementation of make requirements

@seanh seanh added the enhancement New feature or request label Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant