]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675)
authorpxinwr <peixing.xin@windriver.com>
Tue, 1 Dec 2020 20:34:42 +0000 (04:34 +0800)
committerGitHub <noreply@github.com>
Tue, 1 Dec 2020 20:34:42 +0000 (21:34 +0100)
commite483d281bd55be0beee3e62d18e0719175bde671
tree4913f138fb3ebae97f51f3eb5dd7153b517f801c
parent1867b462de427bcb8dfbcd256028410aea6ae929
bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675)

Fix test_netrc on VxWorks: create temporary directories using temp_cwd().
Lib/test/test_netrc.py
Misc/NEWS.d/next/Tests/2020-12-01-15-51-19.bpo-31904.iwetj4.rst [new file with mode: 0644]