plone / plone.app.testing

Testing tools for Plone-the-application
http://pypi.python.org/pypi/plone.app.testing
2 stars 7 forks source link

Make plone.app.folder optional even in py2 #59

Closed pbauer closed 5 years ago

pbauer commented 5 years ago

When you have no AT in py2 you do not have plone.app.folder as well.

Fixes https://github.com/plone/Products.CMFPlone/issues/2753

mister-roboto commented 5 years ago

@pbauer thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

pbauer commented 5 years ago

@jenkins-plone-org please run jobs