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
compile_pip_requirements
Not sure.
The test created by compile_pip_requirements will fail when run as an external dependency.
# via - # -r x/requirements.in + # -r external/y/x/requirements.in # z
The test should result in the same outcome however it is run.
Operating System:
Fedora 35
Output of bazel version:
bazel version
5.1.0
Rules_python version:
0.8.0
The text was updated successfully, but these errors were encountered:
pip_compile: use stdin instead of a filename
155a662
Fixes bazel-contrib#689
Successfully merging a pull request may close this issue.
🐞 bug report
Affected Rule
compile_pip_requirements
Is this a regression?
Not sure.
Description
The test created by compile_pip_requirements will fail when run as an external dependency.
🔥 Exception or Error
The test should result in the same outcome however it is run.
🌍 Your Environment
Operating System:
Fedora 35
Output of
bazel version
:5.1.0
Rules_python version:
0.8.0
The text was updated successfully, but these errors were encountered: