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

#110: Replace yaml loader with one that supports env value substitutions. #149

Merged
merged 1 commit into from
May 13, 2021

Conversation

archfz
Copy link
Contributor

@archfz archfz commented May 10, 2021

No description provided.

@archfz
Copy link
Contributor Author

archfz commented May 10, 2021

This is my first change in python language, so advise if anything seems off.

Makefile Show resolved Hide resolved
Makefile Show resolved Hide resolved
@@ -26,7 +26,6 @@
from jira.exceptions import JIRAError
from requests.auth import HTTPProxyAuth
from requests.exceptions import RequestException
from staticconf.loader import yaml_loader
Copy link
Owner

Choose a reason for hiding this comment

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

With these staticconf imports eliminated, is there any reason to retain the PyStaticConfiguration>=0.10.3 lines in requirements.txt and setup.py? If it's no longer needed let's get rid of that dep.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we can remove.

Copy link
Owner

Choose a reason for hiding this comment

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

@nsano-rururu Do you concur? You've spent a lot of time reviewing those dependencies so your opinion is appreciated.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@jertel Yes. is consent.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jertel removed

@jertel jertel merged commit d31842f into jertel:master May 13, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants