Fix missing index_urls parsing (#127)#168
Conversation
|
@unclejay80 thanks++, please have a look on the failing tests and also update the tests https://github.com/nexB/python-inspector/?tab=readme-ov-file#testing and also run |
|
Hi @TG1999 , thanks for having a look. I just executed |
|
@unclejay80 please check https://github.com/nexB/python-inspector/?tab=readme-ov-file#testing instructions are given in how to regen tests. |
Signed-off-by: Jürgen Wischer <juergen.wischer@bwi.de>
c038117 to
94ce45c
Compare
|
@TG1999 pipelines looks fine now |
|
@unclejay80 thanks++, merged! |
|
@TG1999 thank you. any chances to get a release soon to get this also fixed downstream in oss Review toolkit? |
|
@TG1999 great thanks |
I've recognized that using
requirements.txtfile generated by poetry sometimes start also with:--index-url https://dl-nexus.devopslab.tech/repository/bwmessenger-pypi/simpleWith this fix
index-urlwill also be parsed and not only--extra-index-urlsso the issue with ort mentioned in #127 could be resolved if this the case.