-
Notifications
You must be signed in to change notification settings - Fork 22
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
tests: $HOME not set? #54
Comments
There was some suspicion about my conda env, since |
OK, this is Looking at this now.. |
Based on pre-commit/pre-commit-hooks#402 I think we may need a |
|
OK, so, trying this: -- I confirm I have
-- adding the homedir explicitly to
fails with a tox "internal error" |
I'm not sure what's the correct way of setting the home directory, but your snippet has a syntax error. legacy_tox_ini = """
HOME={homedir}
...
""" See syntax highlighting here: |
Yes, you're totally right here -- I'm looking at this in #59 and now have the $HOME set, I think correctly, but now the synthetic object that exists for backup seens the wrong directory:
|
Actually, for this thing -- is there a way to try with tox 4.4.4 someway? tox-dev/tox#2702 looking now... |
yep, confirming |
After #53 -- which is a good idea! -- I see:
Not sure what the thing is here...
The text was updated successfully, but these errors were encountered: