Skip to content

Conversation

@lucashuy
Copy link
Contributor

@lucashuy lucashuy commented Apr 21, 2023

Issue #, if available:
#489

Description of changes:
Newer versions of pip updated the output of pip download, causing our local package logic to fail.

pip 23.0

...
Processing ./package_a
...

pip 23.1

...
Processing ./package_a (from 123==1.1.1->-r requirements.txt (line 1))
...

This change updates the regex to stop at a space, or a newline, which ever appears first.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@lucashuy lucashuy added this pull request to the merge queue Apr 24, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 24, 2023
@lucashuy lucashuy added this pull request to the merge queue Apr 24, 2023
Merged via the queue into aws:develop with commit 0d7e776 Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants