plone / meta

Meta issues concerning many/all of the plone repositories.
4 stars 3 forks source link

Avoid using global variables #211

Closed gforcada closed 9 months ago

gforcada commented 9 months ago

Avoid depending on vars.* variables defined at GitHub repository or organization level to run the test job.

We need a way to define which python and OS combinations each repository wants to use, but not defined in a global way, that by default, is broken for everyone that is not in Plone GitHub organization.