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 andtorg
Recipients andtorg, kbk, ned.deily, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-09-01.08:29:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409560189.33.0.92806584438.issue20567@psf.upfronthosting.co.za>
In-reply-to
Content
Ubuntu 12.04 64-bit
Python 2.7.3 (virtualenv)

Hi, just adding a few info, hope not completely useless, that seem related to the issue. I got the same message when running nosetests against my source. It's an application using Tkinter as frontend. All tests pass, though. Besides, I always destroy root in tearDown(). 

I noticed that the the issue only comes up when i run tests without specifying any path, like in nosetests -vs.

If i enter nosetests -vs tests/unit/ tests/integration/ everything runs smooth.
History
Date User Action Args
2014-09-01 08:29:49andtorgsetrecipients: + andtorg, terry.reedy, kbk, ned.deily, roger.serwy, python-dev, serhiy.storchaka
2014-09-01 08:29:49andtorgsetmessageid: <1409560189.33.0.92806584438.issue20567@psf.upfronthosting.co.za>
2014-09-01 08:29:49andtorglinkissue20567 messages
2014-09-01 08:29:48andtorgcreate