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

Raise error when invalid requirements are parsed #556

Closed
wants to merge 3 commits into from

Conversation

Akasurde
Copy link
Member

@Akasurde Akasurde commented Jun 6, 2023

SUMMARY

Fixes: #364

Signed-off-by: Abhijeet Kasurde [email protected]

ISSUE TYPE
  • Bugfix Pull Request

  • Test Pull Request

COMPONENT NAME

src/ansible_builder/_target_scripts/introspect.py
test/unit/test_introspect.py

test/conftest.py Outdated Show resolved Hide resolved
src/ansible_builder/_target_scripts/introspect.py Outdated Show resolved Hide resolved
Signed-off-by: Abhijeet Kasurde <[email protected]>
Signed-off-by: Abhijeet Kasurde <[email protected]>
@github-actions github-actions bot removed the test Changes to test files label Aug 17, 2023
@Akasurde Akasurde requested a review from Shrews August 18, 2023 13:57
@Shrews
Copy link
Contributor

Shrews commented Oct 17, 2023

Missed re-reviewing this, but looks good to me. This is technically a behavior change, so I'm wondering if maybe we should either add a new CLI switch to turn this warning into a hard error, or possible a new option under the options EE config?

@nitzmahone Any input on this?

@Akasurde Akasurde closed this Mar 15, 2024
@Akasurde Akasurde deleted the i364 branch March 15, 2024 13:56
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.

Invalid requirements.txt leads to container built incorrectly
2 participants