Skip to content

Commit

Permalink
buildout4.cfg: Use whatever setuptools/pip versions are already avail…
Browse files Browse the repository at this point in the history
…able.

Otherwise you get a buildout restart, and then it can't find the buildout file anymore.
Sample error on gha:

```
Getting distribution for 'pip==20.3.4'.
Got pip 20.3.4.
Upgraded:
  pip version 20.3.4;
Restarting.
Generated script '/__w/Products.CMFCore/Products.CMFCore/.tox/py27/bin/buildout'.
While:
  Initializing.
Error: Couldn't open /__w/Products.CMFCore/Products.CMFCore/.tox/py27/buildout4.cfg
```
  • Loading branch information
mauritsvanrees committed Sep 20, 2023
1 parent b2fe5fd commit 091d1ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildout4.cfg
Expand Up @@ -5,3 +5,8 @@ extends =

[versions]
Products.CMFCore =
# Use whatever setuptools/pip versions are already available.
# Otherwise you get a buildout restart, and then it can't find
# the buildout file anymore.
pip =
setuptools =

0 comments on commit 091d1ed

Please sign in to comment.