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

Respect nested editable requirements in parser #2204

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Conversation

charliermarsh
Copy link
Member

Closes #2198.

@charliermarsh charliermarsh added the bug Something isn't working label Mar 5, 2024
@charliermarsh charliermarsh marked this pull request as ready for review March 5, 2024 14:32
}
self.extra_index_urls.extend(extra_index_urls);
self.find_links.extend(find_links);
self.no_index = self.no_index || no_index;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We missed incorporating these extra fields when they were added to RequirementsTxt.

@charliermarsh charliermarsh force-pushed the charlie/ed branch 4 times, most recently from 281c7fe to bfd7d15 Compare March 5, 2024 16:33
@charliermarsh charliermarsh merged commit fc55cb9 into main Mar 5, 2024
7 checks passed
@charliermarsh charliermarsh deleted the charlie/ed branch March 5, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

-e . not respected in nested requirements file
2 participants