Skip to content

Fix --skip-missing-interpreters#2793

Merged
gaborbernat merged 3 commits intotox-dev:mainfrom
93578237:2195
Dec 30, 2022
Merged

Fix --skip-missing-interpreters#2793
gaborbernat merged 3 commits intotox-dev:mainfrom
93578237:2195

Conversation

@93578237
Copy link
Copy Markdown
Contributor

@93578237 93578237 commented Dec 30, 2022

Thanks for contribution

Closes #2649
Please, make sure you address all the checklists (for details on how see
development documentation)!

  • ran the linter to address style issues (tox -e fix)
  • wrote descriptive pull request text
  • ensured there are test(s) validating the fix
  • added news fragment in docs/changelog folder
  • updated/extended the documentation

@gaborbernat gaborbernat merged commit d8c4cb0 into tox-dev:main Dec 30, 2022
@93578237 93578237 deleted the 2195 branch December 30, 2022 11:26
@brunolnetto
Copy link
Copy Markdown

Is there some effort to update or install given interpreters to support the developer on its development journey?

For example, I missed python 3.9, and this URL's content helped me: https://linuxhint.com/install-python-3-9-linux-mint/

@jugmac00
Copy link
Copy Markdown
Member

jugmac00 commented Jan 2, 2023

@brunolnetto We had a 2-1 decision to not include how to install Python interpreters. I try to find the issue/pull request with all the arguments pro and con.

@jugmac00
Copy link
Copy Markdown
Member

jugmac00 commented Jan 2, 2023

See #2476

descope bot referenced this pull request in descope/django-descope Jan 14, 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.1.1` -> `4.1.2` | `4.2.8` (+9) |

---

### Release Notes

<details>
<summary>tox-dev/tox</summary>

### [`v4.1.2`](https://togithub.com/tox-dev/tox/releases/tag/4.1.2)

[Compare Source](https://togithub.com/tox-dev/tox/compare/4.1.1...4.1.2)

#### What's Changed

- Fix --skip-missing-interpreters by
[@&#8203;q0w](https://togithub.com/q0w) in
[https://github.com/tox-dev/tox/pull/2793](https://togithub.com/tox-dev/tox/pull/2793)
- Show installed packages after setup in CI envs by
[@&#8203;gaborbernat](https://togithub.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/2794](https://togithub.com/tox-dev/tox/pull/2794)
- Fix extracting extras from markers with many extras by
[@&#8203;q0w](https://togithub.com/q0w) in
[https://github.com/tox-dev/tox/pull/2792](https://togithub.com/tox-dev/tox/pull/2792)

**Full Changelog**: tox-dev/tox@4.1.1...4.1.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC45OS4yIiwidXBkYXRlZEluVmVyIjoiMzQuOTkuMiJ9-->

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tox4: missing interpreters are skipped by default

4 participants