poetry show outdated from source [help wanted] #9404
Unanswered
Rishabh04-02
asked this question in
Q&A
Replies: 1 comment
-
|
I think it's a bug in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've two packages:
I'm installing it from my source:
pyproject.toml
Both of these packages are also available in pypi.org
so when i run the following command to check for outdated packages I get incorrect output
It compared the installed versions with the versions of pypi.org packages, which is incorrect.
I don't want to change the priority of my source to primary as that is taking too long to run.
How can I check for outdated packages which are installed from mysource?
Expectation is to match the version from mysource and not from pypi.org
question source: https://stackoverflow.com/questions/78454417/poetry-show-outdated-from-source
Beta Was this translation helpful? Give feedback.
All reactions