New submission from Tshepang Lekhonkhobe <tshep...@gmail.com>: $ ./python -m test -v test_shutil ...[snip]... ====================================================================== ERROR: test_copy2_xattr (test.test_shutil.TestShutil) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/wena/src/python/cpython/Lib/test/test_shutil.py", line 439, in test_copy2_xattr os.setxattr(src, 'user.foo', b'42') OSError: [Errno 95] Operation not supported
====================================================================== ERROR: test_copyxattr (test.test_shutil.TestShutil) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/wena/src/python/cpython/Lib/test/test_shutil.py", line 325, in test_copyxattr os.setxattr(src, 'user.foo', b'42') OSError: [Errno 95] Operation not supported ...[snip]... ---------- components: Library (Lib) messages: 161376 nosy: hynek, tarek, tshepang priority: normal severity: normal status: open title: shutil tests, test_copy2_xattr and test_copyxattr, fail versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14885> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com