Skip to content

Commit

Permalink
Merge pull request #15 from plone/maurits-fix-buildout3-tests
Browse files Browse the repository at this point in the history
Test-only fix: pin exact pip version for buildout3.
  • Loading branch information
mauritsvanrees authored Feb 7, 2022
2 parents 44930b6 + d66b768 commit 169c395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ setenv =
# Work around 'TypeError: dist must be a Distribution instance' on GHA:
SETUPTOOLS_USE_DISTUTILS = stdlib
deps =
pip >= 21.3.1
pip == 21.3.1
setuptools >= 60.2.0
zc.buildout >= 3.0.0rc1
commands_pre =
Expand Down

0 comments on commit 169c395

Please sign in to comment.