-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support major only Python environments and enable uv verbose mode on …
…2 or more -v for tox Signed-off-by: Bernát Gábor <[email protected]>
- Loading branch information
1 parent
194a908
commit fd80fa1
Showing
10 changed files
with
109 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "" | ||
labels: bug | ||
assignees: "" | ||
--- | ||
|
||
## Issue | ||
|
||
<!-- Describe what's the expected behavior and what you're observing. --> | ||
|
||
## Environment | ||
|
||
Provide at least: | ||
|
||
- OS: | ||
|
||
<details open> | ||
<summary>Output of <code>pip list</code> of the host Python, where <code>tox</code> is installed</summary> | ||
|
||
```console | ||
|
||
``` | ||
|
||
</details> | ||
|
||
## Output of running tox | ||
|
||
<details open> | ||
<summary>Output of <code>tox -rvv</code></summary> | ||
|
||
```console | ||
|
||
``` | ||
|
||
</details> | ||
|
||
## Minimal example | ||
|
||
<!-- If possible, provide a minimal reproducer for the issue. --> | ||
|
||
```console | ||
|
||
``` |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser | ||
blank_issues_enabled: true # default | ||
contact_links: | ||
- name: 🤷💻🤦 Discussions | ||
url: https://github.com/tox-dev/tox/discussions | ||
about: | | ||
Ask typical Q&A here. Please note that we cannot give support about Python packaging in general, questions about structuring projects and so on. | ||
- name: 📝 PyPA Code of Conduct | ||
url: https://www.pypa.io/en/latest/code-of-conduct/ | ||
about: ❤ Be nice to other members of the community. ☮ Behave. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an enhancement for this project | ||
title: "" | ||
labels: enhancement | ||
assignees: "" | ||
--- | ||
|
||
## What's the problem this feature will solve? | ||
|
||
<!-- What are you trying to do, that you are unable to achieve with tox as it currently stands? --> | ||
|
||
## Describe the solution you'd like | ||
|
||
<!-- Clear and concise description of what you want to happen. --> | ||
|
||
<!-- Provide examples of real world use cases that this would enable and how it solves the problem described above. --> | ||
|
||
## Alternative Solutions | ||
|
||
<!-- Have you tried to workaround the problem using tox or other tools? Or a different approach to solving this issue? | ||
Please elaborate here. --> | ||
|
||
## Additional context | ||
|
||
<!-- Add any other context, links, etc. about the feature here. --> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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