-
-
Notifications
You must be signed in to change notification settings - Fork 522
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
testenv.package_root seems to have no effect #3245
Comments
Moving the config to the
I would expect the setting to work in |
Hi @jaraco, Thanks for the report. It seems for reasons this options was documented twice. In https://tox.wiki/en/latest/config.html#package_root it is in the correct section, labelled as
I would suggest to remove the duplicated and misleading section you are referring to. |
As @gaborbernat is off for a bit, @jaraco, would you kindly review #3251? |
Closed by #3250 |
Thanks! |
Issue
Running
tox
in apache/airflow configured to usedev/breeze
as the test package seems to ignore thepackage_root
configuration setting and instead builds.
.I've tried replacing
package_root
with "foo/bar", and the output is the same, suggesting that value is ignored completely. I tried settingsetupdir
instead, but there's no observed difference.Environment
Provide at least:
Output of
pip list
of the host Python, wheretox
is installedOutput of running tox
Output of
tox -rvv
Minimal example
I have not yet attempted to create a minimal example.
The text was updated successfully, but these errors were encountered: