rename TOX_CONFIG_FILE to TOX_USER_CONFIG_FILE#2896
Merged
gaborbernat merged 3 commits intotox-dev:mainfrom Jan 25, 2023
Merged
rename TOX_CONFIG_FILE to TOX_USER_CONFIG_FILE#2896gaborbernat merged 3 commits intotox-dev:mainfrom
gaborbernat merged 3 commits intotox-dev:mainfrom
Conversation
Allow overriding the user config file without overriding the main config file. Fix tox-dev#2890
in these cases, the user config does NOT overwrite the main config, so `assert options["config_file"] is None`
gaborbernat
approved these changes
Jan 25, 2023
descope bot
referenced
this pull request
in descope/django-descope
Feb 9, 2023
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [tox](https://togithub.com/tox-dev/tox) ([changelog](https://tox.wiki/en/latest/changelog.html)) | dev | patch | `4.4.0` -> `4.4.2` | `4.4.5` (+2) | --- ### Release Notes <details> <summary>tox-dev/tox</summary> ### [`v4.4.2`](https://togithub.com/tox-dev/tox/releases/tag/4.4.2) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.4.1...4.4.2) #### What's Changed - rename TOX_CONFIG_FILE to TOX_USER_CONFIG_FILE by [@​masenf](https://togithub.com/masenf) in [https://github.com/tox-dev/tox/pull/2896](https://togithub.com/tox-dev/tox/pull/2896) **Full Changelog**: tox-dev/tox@4.4.1...4.4.2 ### [`v4.4.1`](https://togithub.com/tox-dev/tox/releases/tag/4.4.1) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.4.0...4.4.1) #### What's Changed - pip_install: constrain_package_deps is now False by default by [@​masenf](https://togithub.com/masenf) in [https://github.com/tox-dev/tox/pull/2899](https://togithub.com/tox-dev/tox/pull/2899) **Full Changelog**: tox-dev/tox@4.4.0...4.4.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEwMS4wIn0=--> Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow overriding the user config file without overriding the main config file.
Fix #2890
TODO
Thanks for contribution
Please, make sure you address all the checklists (for details on how see
development documentation)!
tox -e fix)docs/changelogfolder