-
Notifications
You must be signed in to change notification settings - Fork 114
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
ReqUpdater notifies about downgrade being available #11339
Comments
Whatever version requirements.txt recommands should be installed to replicate the production like environment be its downgraded or upgraded. Probably naming it as |
Also, one has to rebase the branch with master (where master is upto date) to be production-like testing. |
If the implementation is correct, then the message could be improved. |
There are less likely that we would had to downgrade the package (rare case) but mostly its update of req. Just for a rare case I dont think we should change the motive and meesage of a tool. Thoughts ? |
I have a newer version of broker installed in my venv than
requirements.txt
suggests andReqUpdater
reports requirement available, which makes me think that there is a package update available.I would expect the plugin to report only package upgrades, not downgrades. Another acceptable solution would be to report the version inconsistency between
venv
/site-packages
andrequirements.txt
The text was updated successfully, but these errors were encountered: