This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thehesiod
Recipients thehesiod
Date 2018-02-10.00:29:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518222594.14.0.467229070634.issue32811@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-02-10 00:29:54thehesiodsetrecipients: + thehesiod
2018-02-10 00:29:54thehesiodsetmessageid: <1518222594.14.0.467229070634.issue32811@psf.upfronthosting.co.za>
2018-02-10 00:29:54thehesiodlinkissue32811 messages
2018-02-10 00:29:54thehesiodcreate