Skip to content
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

Fix Poetry unreachable git deps error #4295

Merged
merged 1 commit into from
Oct 7, 2021
Merged

Fix Poetry unreachable git deps error #4295

merged 1 commit into from
Oct 7, 2021

Conversation

jurre
Copy link
Member

@jurre jurre commented Oct 7, 2021

Since python-poetry/poetry-core#202 poetry now
uses a slightly different (safer) git command, and this caused the
regex matching we do on the error output to now fail.

This fixes up the regex, and just to be safe ensures it'll keep working
with the old version as well.

The test that was failing was:
python/spec/dependabot/python/update_checker/poetry_version_resolver_spec.rb:179

Since python-poetry/poetry-core#202 poetry now
uses a slightly different (safer) git command, and this caused the
regex matching we do on the error output to now fail.

This fixes up the regex, and just to be safe ensures it'll keep working
with the old version as well.

The test that was failing was:
`python/spec/dependabot/python/update_checker/poetry_version_resolver_spec.rb:179`
@jurre jurre requested a review from a team as a code owner October 7, 2021 12:58
@jurre jurre merged commit 7cb5875 into main Oct 7, 2021
@jurre jurre deleted the jurre/fix-python-tests branch October 7, 2021 13:55
@jurre jurre mentioned this pull request Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants