-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add back git requirements as comments & re-run script #15317
Conversation
@@ -77,6 +78,7 @@ botocore==1.34.47 | |||
# s3transfer | |||
cachetools==5.3.2 | |||
# via google-auth | |||
# git+https://github.com/ansible/system-certifi.git@devel # git requirements installed separately | |||
# via | |||
# -r /awx_devel/requirements/requirements_git.txt | |||
# kubernetes |
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.
Now this is coherent output.
f9db941
to
323a09e
Compare
@@ -512,6 +533,7 @@ typing-extensions==4.9.0 | |||
urllib3==1.26.18 | |||
# via | |||
# botocore | |||
# django-ansible-base |
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.
This is real, @john-westcott-iv added urllib3
as a dependency in ansible/django-ansible-base#633
social-auth-app-django==5.4.2 | ||
# via django-ansible-base | ||
social-auth-core==4.5.4 | ||
# via social-auth-app-django |
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.
@john-westcott-iv also from ansible/django-ansible-base#633, via resource_registry, so updater script is correct.
However, I'm a little concerned about this.
Failures...
|
Quality Gate passedIssues Measures |
* Add back git requirements as comments * Add comment to commented out git lines for clarity * Re run the updater script * Add new licenses * Fix library name
SUMMARY
Making alternative to #15316
After diving into the issue further, I believe the approach in 15316 is untenable. Yes, it fixes things a little bit, but the output still doesn't make sense.
By going this route, and turning those into a comment, we have a fully complete file.
TODO: we should add a short comment explaining why we do this.ISSUE TYPE
COMPONENT NAME