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 <rep...@bugs.python.org> <http://bugs.python.org/issue29925> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com