zopefoundation / zope.testing

Other
4 stars 13 forks source link

Remove deps on zope.interface and zope.exceptions. #18

Closed jamadden closed 7 years ago

jamadden commented 7 years ago

They aren't used here and this helps prevent circular build issues.

Specifically, I'd like to (optionally!) be able to use zope.testing in zope.interface without worrying about any circular dependencies cropping up.