New submission from Attila Jeges <attila.je...@gmail.com>:

When I run test_tempfle.py on FreeBSD/ZFS I get the following error:

======================================================================
ERROR: test_flags (__main__.TestTemporaryDirectory)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/attilaj/cpython/Lib/test/test_tempfile.py", line 1498, in 
test_flags
    os.chflags(os.path.join(root, name), flags)
OSError: [Errno 45] Operation not supported: 
'/tmp/awxj9cgb/dir0/dir0/dir0/test1.txt'

----------------------------------------------------------------------
Ran 90 tests in 1.133s

FAILED (errors=1, skipped=1)

I think this is similar to Issue #15747.

----------
components: Tests
messages: 358398
nosy: attilajeges
priority: normal
severity: normal
status: open
title: TestTemporaryDirectory.test_flags fails on FreeBSD/ZFS
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39047>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to