You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on this #2882 (comment) response to a discussion question, it seems like the recommended way for tox plugins to set config values is to use a memory loader.
This seems to work in most cases, but tox_root appears to be an exception.
Issue
Based on this #2882 (comment) response to a discussion question, it seems like the recommended way for tox plugins to set config values is to use a memory loader.
This seems to work in most cases, but
tox_root
appears to be an exception.Reproduced on 4.4.8
Environment
Provide at least:
pip list
of the host Python wheretox
is installed:Output of running tox
Provide the output of
tox -rvv
:Minimal example
If possible, provide a minimal reproducer for the issue:
Reproduce minimal tox project
Where
Run
tox -qq
Expected Output:
tox_root: /home/kd/Documents/tox/repro/foo
Actual Output:
tox_root: /home/kd/Documents/tox/repro/
The text was updated successfully, but these errors were encountered: