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

Philipp von Weitershausen philipp at weitershausen.de
Tue Apr 4 12:25:05 EDT 2006


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


More information about the Zope3-dev mailing list