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...

Philipp
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to