Message265637
From Mantin Panter's msg265606:
======================================================================
FAIL: test_idlever (idlelib.idle_test.test_warning.ImportWarnTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/db3l/buildarea/3.5.bolen-tiger/build/Lib/idlelib/idle_test/test_warning.py", line 76, in test_idlever
self.assertEqual(len(w), 1)
AssertionError: 0 != 1
Serhiy got this by running leak tests, so that sys.modules caching prevented re-execution of warning code. I am curious: are OSX builtbots doing something similar? Or is the warning not being issued on the first import, making this a true failure? |
|
Date |
User |
Action |
Args |
2016-05-15 18:01:56 | terry.reedy | set | recipients:
+ terry.reedy, kbk, roger.serwy, martin.panter, serhiy.storchaka |
2016-05-15 18:01:56 | terry.reedy | set | messageid: <1463335316.79.0.623263071381.issue25747@psf.upfronthosting.co.za> |
2016-05-15 18:01:56 | terry.reedy | link | issue25747 messages |
2016-05-15 18:01:56 | terry.reedy | create | |
|