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
Compiling with pytest in the input does not result in pytest's dependencies in the output.
echo 'pytest==5.2.4' >requirements.in
pip-compile requirements.in
cat requirements.txt
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile requirements.in # pytest==5.2.4 py==... packaging==... attrs==... more-itertools==... atomicwrites==... ...
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile requirements.in # pytest==5.2.4
The text was updated successfully, but these errors were encountered:
Hello @mlenzen,
Thanks for the report! Could you try --rebuild flag with pip-compile command? Sounds like your cache was corrupted. See related issues: #928, #835.
--rebuild
pip-compile
Sorry, something went wrong.
Yeah, that solved it.
No branches or pull requests
Compiling with pytest in the input does not result in pytest's dependencies in the output.
Environment Versions
Steps to replicate
echo 'pytest==5.2.4' >requirements.in
pip-compile requirements.in
cat requirements.txt
Expected result
Actual result
The text was updated successfully, but these errors were encountered: