[Zope3-dev] Re: SVN: Zope3/trunk/ Merge bug fixes to the FTP server from the mkerrin-remove_trial_tests

Michael Kerrin michael.kerrin at openapp.biz
Tue Apr 4 13:45:09 EDT 2006


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


More information about the Zope3-dev mailing list