[New-bugs-announce] [issue32811] test_os.py fails when run in docker container on OSX host

Alexander Mohr report at bugs.python.org
Fri Feb 9 19:29:54 EST 2018


New submission from Alexander Mohr <thehesiod at gmail.com>:

This test fails when run in a debian docker container from a OSX host with the following error:

test test_os failed -- Traceback (most recent call last):
  File "/build/Python-3.6.3/Lib/test/test_os.py", line 3273, in test_attributes
    self.check_entry(entry, 'dir', True, False, False)
  File "/build/Python-3.6.3/Lib/test/test_os.py", line 3228, in check_entry
    os.stat(entry.path, follow_symlinks=False).st_ino)
AssertionError: 3018467 != 1419357

works fine when run on ubuntu host.  If this is a docker problem I'd be happy to report there.

----------
components: Build
messages: 311921
nosy: thehesiod
priority: normal
severity: normal
status: open
title: test_os.py fails when run in docker container on OSX host
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32811>
_______________________________________


More information about the New-bugs-announce mailing list