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

config: rework eval order and respect env vars #5672

Merged
merged 1 commit into from
May 23, 2022

Conversation

abn
Copy link
Member

@abn abn commented May 23, 2022

This change ensures that we respect POETRY_CONFIG_DIR as well as
ensure environment variables are respected for POETRY_CACHE_DIR.

This change also fixes an issue with repository cache directories not
respecting base cache directory configuration changes.

Resolves: #2445
Closes: #5301

@abn abn requested a review from a team May 23, 2022 17:28
@abn abn marked this pull request as ready for review May 23, 2022 17:28
src/poetry/console/commands/cache/list.py Outdated Show resolved Hide resolved
This change ensures that we respect `POETRY_CONFIG_DIR` as well as
ensure environment variables are respected for `POETRY_CACHE_DIR`.

This change also fixes an issue with repository cache directories not
respecting base cache directory configuration changes.
@Secrus Secrus requested a review from a team May 23, 2022 18:10
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 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.

POETRY_CACHE_DIR or cache-dir config are not used at all.
3 participants