plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
6 stars 23 forks source link

Add support for Python 3.9 and parallelized tox runs #165

Closed dataflake closed 3 years ago

dataflake commented 3 years ago

Fixes #164

This PR adds Python 3.9, fixes a linting issue and makes it easy to run parallel tox threads with -pall or -pauto.

mister-roboto commented 3 years ago

@dataflake 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!

dataflake commented 3 years ago

@jenkins-plone-org please run jobs

mauritsvanrees commented 3 years ago

Note: 2.7 stalls for me locally, but that was likely already the case before.