We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be34977 commit fa9db85Copy full SHA for fa9db85
1 file changed
Misc/NEWS.d/next/Tests/2020-12-01-15-51-19.bpo-31904.iwetj4.rst
@@ -0,0 +1,5 @@
1
+Create fake home directory in temporary directory in test_security(),
2
+test_file_not_found_in_home() and test_home_not_set() of test_netrc.py.
3
+Previously fake home was created under the current directory. However,
4
+if they are not run up by reression test, the current directory could
5
+be not under /tmp, it probably has permission problem.
0 commit comments