-
Notifications
You must be signed in to change notification settings - Fork 91
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
Four tests fails without HOME
#870
Comments
I think this is regression from |
Thanks, I will have a look! |
Ok, this is not a regression (the code has been there since 2016), just an issue of the test environment. |
You are right. I just tried to run tests for Thank you. |
Describe the bug
The following four tests fails without the
HOME
environment variable:The log for three failures is like this:
The fourth test (
TestOtherFS.test_real_file_with_home
) fails with different error message, but the failure is caused by missingHOME
too.How To Reproduce
Run tests without the
HOME
variable set, for example viaenv -
.Your environment
Please run the following in the environment where the problem happened and
paste the output.
The text was updated successfully, but these errors were encountered: