generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 24
Python inspector cannot resolve azure-devops dependency #78
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
Comments
That's a bug alright! Thanks for the report. |
@nnobelis please check https://pypi.org/project/python-inspector/0.8.2/ and let us know if the issue persists |
Thanks. I can confirm the bug is now fixed ! |
nnobelis
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Oct 11, 2022
For the release notes see [1]. This update fixes the case where 'azure-devops' was in the requirements file without version and was crashing the python inspector. [1]: https://github.com/nexB/python-inspector/blob/18d20a18b944f0b472c9bb300802b5ff2249859c/CHANGELOG.rst [2]: aboutcode-org/python-inspector#78 Signed-off-by: Nicolas Nobelis <nicolas.nobelis@bosch.io>
nnobelis
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Oct 11, 2022
For the release notes see [1]. This update fixes the case where 'azure-devops' was in the requirements file without version and was crashing the python inspector. [1]: https://github.com/nexB/python-inspector/blob/18d20a18b944f0b472c9bb300802b5ff2249859c/CHANGELOG.rst [2]: aboutcode-org/python-inspector#78 Signed-off-by: Nicolas Nobelis <nicolas.nobelis@bosch.io>
nnobelis
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Oct 11, 2022
For the release notes see [1]. This update fixes the case where 'azure-devops' was in the requirements file without version and was crashing the python inspector ([2]). [1]: https://github.com/nexB/python-inspector/blob/18d20a18b944f0b472c9bb300802b5ff2249859c/CHANGELOG.rst [2]: aboutcode-org/python-inspector#78 Signed-off-by: Nicolas Nobelis <nicolas.nobelis@bosch.io>
mnonnenmacher
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Oct 11, 2022
For the release notes see [1]. This update fixes an issue if 'azure-devops' was in the requirements file without defining a version which was crashing python-inspector [2]. Set the minimum required version to 0.8.1 because this version introduced a renaming in the python-inspector output. [1]: https://github.com/nexB/python-inspector/blob/main/CHANGELOG.rst#v082 [2]: aboutcode-org/python-inspector#78 Co-authored-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io> Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io> Signed-off-by: Nicolas Nobelis <nicolas.nobelis@bosch.io>
mnonnenmacher
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Oct 11, 2022
For the release notes see [1]. This update fixes an issue if 'azure-devops' was in the requirements file without defining a version which was crashing python-inspector [2]. Set the minimum required version to 0.8.1 because this version introduced a renaming in the python-inspector output. [1]: https://github.com/nexB/python-inspector/blob/main/CHANGELOG.rst#v082 [2]: aboutcode-org/python-inspector#78 Co-authored-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io> Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io> Signed-off-by: Nicolas Nobelis <nicolas.nobelis@bosch.io>
mnonnenmacher
added a commit
to oss-review-toolkit/ort
that referenced
this issue
Oct 11, 2022
For the release notes see [1]. This update fixes an issue if 'azure-devops' was in the requirements file without defining a version which was crashing python-inspector [2]. Set the minimum required version to 0.8.1 because this version introduced a renaming in the python-inspector output. [1]: https://github.com/nexB/python-inspector/blob/main/CHANGELOG.rst#v082 [2]: aboutcode-org/python-inspector#78 Co-authored-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io> Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io> Signed-off-by: Nicolas Nobelis <nicolas.nobelis@bosch.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following requirement.txt file:
If I run:
python-inspector --python-version 310 --json-pdt - --requirement requirements.txt --verbose
it crashes:
If I replace the first line with
azure-devops==6.0.0b4
it is successful.
Why a version is required for azure-devops and not the other ones ?
Also for information, here was the result found with pipdeptree :
Why pipdeptree found the version b2 when the version b4 was available ?
The text was updated successfully, but these errors were encountered: