We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip supports applying upper/lower constraints on a requirements.txt file however invirtualenv doesn't. There should be a way to do this
Here is how upper constraints are applied in a tox.ini
[testenv] install_command = pip install -U {opts} {packages} deps = -c{env:UPPER_CONSTRAINTS_FILE:upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt
The text was updated successfully, but these errors were encountered:
Are you thinking the configuration could specify constraints in the same way as dependencies are defined?
Sorry, something went wrong.
No branches or pull requests
pip supports applying upper/lower constraints on a requirements.txt file however invirtualenv doesn't. There should be a way to do this
Here is how upper constraints are applied in a tox.ini
The text was updated successfully, but these errors were encountered: