Closed jugmac00 closed 3 years ago
@jugmac00 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!
@jenkins-plone-org please run jobs
In the requirements files an unsupported syntax was used, which prevented the constraints files from being evaluated.
ie you need to put every
pip
option on a single line.If you put two on one line, only the first gets evaluated.
This fixes #171