[Zope3-checkins] SVN: Zope3/trunk/test.py Remove the extra warning filter that I mistakely added.

Michael Kerrin michael.kerrin at openapp.biz
Tue Apr 4 14:45:35 EDT 2006


Log message for revision 66432:
  Remove the extra warning filter that I mistakely added.
  

Changed:
  U   Zope3/trunk/test.py

-=-
Modified: Zope3/trunk/test.py
===================================================================
--- Zope3/trunk/test.py	2006-04-04 18:44:50 UTC (rev 66431)
+++ Zope3/trunk/test.py	2006-04-04 18:45:35 UTC (rev 66432)
@@ -57,9 +57,6 @@
 # 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)
 



More information about the Zope3-Checkins mailing list