-
-
Notifications
You must be signed in to change notification settings - Fork 564
If TOX_WORK_DIR is set, honor it. #3050
Copy link
Copy link
Closed
Labels
help:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.Issues that have been acknowledged, a solution determined and a PR might likely be accepted.needs:reproducerideally a failing test marked as xfail. If that is not possible exact instructions to reproduceideally a failing test marked as xfail. If that is not possible exact instructions to reproduce
Description
Metadata
Metadata
Assignees
Labels
help:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.Issues that have been acknowledged, a solution determined and a PR might likely be accepted.needs:reproducerideally a failing test marked as xfail. If that is not possible exact instructions to reproduceideally a failing test marked as xfail. If that is not possible exact instructions to reproduce
Type
Fields
Give feedbackNo fields configured for issues without a type.
This issue is a revived feature request of #20.
In summary, I'd like tox to honor
TOX_WORK_DIRas the defaulttox.toxworkdirif set, similar to the effect of addingtoxworkdir={env:TOX_WORK_DIR:.tox}to the tox.ini file.
In #1653, I attempted to implement the feature, but failed to land it before resolving all of the issues.
I'd still like to see this feature implemented so that I don't have to carry this config in every tox file.