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

Add option to disable env var interpolation in configs #861

Merged
merged 1 commit into from
Feb 23, 2025

Conversation

ZipFile
Copy link
Contributor

@ZipFile ZipFile commented Feb 23, 2025

Env var interpolation for config files were introduced in #467, but no option to disable this feature were introduced. This PR fixes #857 by adding option to disable this functionality by handling envs_required=None. Minor refactoring to improve performance of used private methods (cdef-ify) + removing Python 2 legacy.

@coveralls
Copy link

coveralls commented Feb 23, 2025

Coverage Status

coverage: 93.883% (+0.2%) from 93.705%
when pulling b2f86ab on feature/optional-config-env-var-resolution
into 09efbff on develop.

@ZipFile ZipFile force-pushed the feature/optional-config-env-var-resolution branch from 1fba4b7 to 6c60245 Compare February 23, 2025 11:33
@ZipFile ZipFile force-pushed the feature/optional-config-env-var-resolution branch from 6c60245 to b2f86ab Compare February 23, 2025 16:55
@ZipFile ZipFile merged commit 7d4ebec into develop Feb 23, 2025
28 checks passed
@ZipFile ZipFile deleted the feature/optional-config-env-var-resolution branch February 23, 2025 17:01
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.

2 participants