don't use py.path._gethomedir in ci context #24
Closed
Labels
Comments
@RonnyPfannschmidt I am pretty sure that has been solved on one or other way in the meantime and can be closed. Correct? |
no idea, please verify, its likely its not fixed |
This was fixed by simply catching any exception that might occur fetching the homedir ... Lines 680 to 684 in e8891a5 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ci servers that run on win32 don't have a assigned homedir in the env
it makes sense to avoid using it there or generally making the substitution lazily calculated
The text was updated successfully, but these errors were encountered: