-
Notifications
You must be signed in to change notification settings - Fork 548
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: Fix the requirements arg to the gazelle python manifest generator. #2533
base: main
Are you sure you want to change the base?
Conversation
Before
After
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you able to provide a test case that gets fixed by this change?
I tested things locally and didn't see any glaring issues, but am also not entirely sure how to reproduce the issue.
Yes you must only provide a generated file as the requirements.txt, or have the macro produce one with the genrule, to produce the issue. Here is the example from the req-compile project:
|
Fix args passed into the gazelle manifest file generator if the requirements file is not a source file.