Antoine Pitrou added the comment: NFS should certainly be supported as far as the stdlib goes, but I'm not sure the whole test suite is guaranteed to succeed.
Also, in this case, the behaviour is weird, e.g.: ====================================================================== ERROR: test_glob (test.test_pathlib.PosixPathTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/net/files/home/jey/cpython/Lib/shutil.py", line 463, in rmtree _rmtree_safe_fd(fd, path, onerror) File "/net/files/home/jey/cpython/Lib/shutil.py", line 421, in _rmtree_safe_fd onerror(os.unlink, fullname, sys.exc_info()) File "/net/files/home/jey/cpython/Lib/shutil.py", line 419, in _rmtree_safe_fd os.unlink(name, dir_fd=topfd) OSError: [Errno 16] Device or resource busy: '.nfs0000000001e5f7650000a673' test_pathlib certainly doesn't create files named ".nfsXXX", so there's something else. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20876> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com