plone / plone.testing

Provides tools for writing unit and integration tests in a Zope and Plone environment. It is not tied to Plone, and it does not depend on Zope 2 (although it has some optional Zope 2-only features)
https://pypi.org/project/plone.testing/
3 stars 9 forks source link

The z2 extra should explicitly depend on ZServer #57

Closed Rotonen closed 6 years ago

Rotonen commented 6 years ago

As Zope does not seem to pull in Zserver anymore, our [z2] extra will need to depend on ZServer directly as otherwise anything doing Zope layers will not work.

Rotonen commented 6 years ago

See also the ZServer 3.0.0 compatibility dummy release for reference.

https://github.com/zopefoundation/ZServer/blob/master/CHANGES.rst#30-2016-08-06