Hi Philip, On Tuesday 04 April 2006 17:25, Philipp von Weitershausen wrote: > Michael Kerrin wrote: > > Modified: Zope3/trunk/test.py > > =================================================================== > > --- Zope3/trunk/test.py 2006-04-04 08:46:11 UTC (rev 66372) > > +++ Zope3/trunk/test.py 2006-04-04 10:02:50 UTC (rev 66373) > > @@ -57,6 +57,9 @@ > > # Get rid of twisted.conch.ssh warning > > warnings.filterwarnings( > > 'ignore', 'PyCrypto', RuntimeWarning, 'twisted[.]conch[.]ssh') > > +warnings.filterwarnings( > > + 'ignore', '', DeprecationWarning, > > + '(zope[.]app[.]twisted[.]ftp|twisted[.]test[.]test_ftp)') > > > > result = testrunner.run(defaults) > > Michael, > > this last filter seems to ignore more than you really want. I'm curious, > which DeprecationWarnings are you trying to ignore anyways. I couldn't > find any in zope.app.twisted.ftp or twisted.test.test_ftp... I just released that during development I tried using the Twisted trunk to see if it would make my life any easier and this generated a whole bunch of DeprecationWarnings when you ran the tests. Since then I just assumed I was generating a bunch of DeprecationWarnings, which obviously I not. I will remove it later today.
Michael -- Michael Kerrin 55 Fitzwilliam Sq., Dublin 2. Tel: 087 688 3894 _______________________________________________ Zope3-dev mailing list [email protected] Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com
