Closed jamadden closed 5 years ago
There's another one:
/home/travis/build/zopefoundation/zope.app.i18n/src/zope/app/i18n/tests/test_translationdomain.py:44: DeprecationWarning: IComponentLookup is deprecated. Import from zope.interface.interfaces
from zope.component.interfaces import IComponentLookup
And one from the standard library:
/home/travis/build/zopefoundation/zope.app.i18n/src/zope/app/i18n/tests/test_filters.py:133: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(ids, [b'a', b'b'])
Thank you!
Reported as
Which is not helpful. So if you edit zope.component's interfaces.py to remove the BWC import, you can find the real culprit here: