------------------
- Removed dependency of `zope.deprecation` package.
- Don't suppress deprecation warnings any more in 'zope.configuration'
package level. This makes it more likely other packages will generate
deprecation warnings now, which will allow us to remove more
outdated ones.
- Don't fail when zope.testing is not installed.
- Added missing ``processFile`` method to ``IConfigurationContext``.
It is already implemented in the mix-in class,
``zope.configuration.config.ConfigurationContext``, and used by
implementations of ``include`` and ``exclude`` directives.