[issue29925] test_uuid fails on OS X Tiger

STINNER Victor report at bugs.python.org
Mon Mar 27 17:05:46 EDT 2017


New submission from STINNER Victor:

http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/363/steps/test/logs/stdio

======================================================================
FAIL: test_uuid1_safe (test.test_uuid.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_uuid.py", line 351, in test_uuid1_safe
    self.assertNotEqual(u.is_safe, uuid.SafeUUID.unknown)
AssertionError: <SafeUUID.unknown: None> == <SafeUUID.unknown: None>

According to Ned Deily, the test started to fail with the the commit 0b8432538acf45d7a605fe68648b4712e8d9cee3.
PR: https://github.com/python/cpython/pull/388

See also the issue #29915 (OS X Tiger).

----------
components: Tests, macOS
messages: 290652
nosy: benjamin.peterson, haypo, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: test_uuid fails on OS X Tiger
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29925>
_______________________________________


More information about the Python-bugs-list mailing list