zope.testing/zc.recipe.testrunner causing deprecationwarnings in itself again?!
Chris Withers <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <[email protected]> |
I just tried to buildout and run the tests for mailinglogger so I could
apply a patch I'd received.
I have a section like this:
[test]
recipe = zc.recipe.testrunner
eggs =
mailinglogger
Running the resulting bin/test gives:
bin/test:17: DeprecationWarning: zope.testing.testrunner is deprecated
in favour of zope.testrunner.
import zope.testing.testrunner
/home/chris/buildout-eggs/zope.testing-3.9.5-py2.5.egg/zope/testing/testrunner/formatter.py:28:
DeprecationWarning: zope.testing.xceptions is deprecated in favour of
zope.testrunner.exceptions
from zope.testing.exceptions import DocTestFailureException
I'm using the latest available of all packages. What gives?
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Zope-Dev maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )