Closed mgedmin closed 5 years ago
This would show up as
/path/to/site-packages/zope/configuration/config.py:240: DeprecationWarning: IRegistered is deprecated. Import from zope.interface.interfaces obj = getattr(mod, oname) /path/to/site-packages/zope/configuration/config.py:240: DeprecationWarning: IUnregistered is deprecated. Import from zope.interface.interfaces obj = getattr(mod, oname)
making it a bit difficult to discover where the source of the warnings is.
Fixes #2.
The build breakage is probably because of https://github.com/zopefoundation/zope.app.i18n/issues/7.
I'll fix the other deprecation warnings, thanks for drawing my attention!
Rebasing on top of #9 should fix CI.
This would show up as
making it a bit difficult to discover where the source of the warnings is.
Fixes #2.