-
-
Notifications
You must be signed in to change notification settings - Fork 530
Add more explanation to list_dependencies_command
configuration option
#2883
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
Merged
+3
−0
Conversation
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
for more information, see https://pre-commit.ci
gaborbernat
approved these changes
Jan 18, 2023
for more information, see https://pre-commit.ci
gaborbernat
approved these changes
Jan 18, 2023
gaborbernat
requested changes
Jan 18, 2023
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.
You'll need to fix the CI.
I was creating this PR outside my main machine without pre-commit installed. Sorry for such stupid typos that block CI. |
gaborbernat
approved these changes
Jan 19, 2023
No worries, all good. |
descope bot
referenced
this pull request
in descope/django-descope
Feb 8, 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 | minor | `4.3.5` -> `4.4.0` | `4.4.5` (+4) | --- ### Release Notes <details> <summary>tox-dev/tox</summary> ### [`v4.4.0`](https://togithub.com/tox-dev/tox/releases/tag/4.4.0) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.3.5...4.4.0) #### What's Changed - Add more explanation to `list_dependencies_command` configuration option by [@​Czaki](https://togithub.com/Czaki) in [https://github.com/tox-dev/tox/pull/2883](https://togithub.com/tox-dev/tox/pull/2883) - \[pre-commit.ci] pre-commit autoupdate by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/tox-dev/tox/pull/2889](https://togithub.com/tox-dev/tox/pull/2889) - Enforce constraints during install_package_deps by [@​masenf](https://togithub.com/masenf) in [https://github.com/tox-dev/tox/pull/2888](https://togithub.com/tox-dev/tox/pull/2888) - Windows shlex fix by [@​masenf](https://togithub.com/masenf) in [https://github.com/tox-dev/tox/pull/2895](https://togithub.com/tox-dev/tox/pull/2895) #### New Contributors - [@​Czaki](https://togithub.com/Czaki) made their first contribution in [https://github.com/tox-dev/tox/pull/2883](https://togithub.com/tox-dev/tox/pull/2883) **Full Changelog**: tox-dev/tox@4.3.5...4.4.0 </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>
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.
Whileing debugging different behavior of tests locally and on, CI I noticed thI, installed packages are listed on CI, and when running locally, they are not.
It make it harder to use diff tools. I need to go through the tox code to understand why it happens. So it is valuable to add information about the condition required to run a command from
list_dependencies_command