Running ./bootstrap.sh
from buildout.coredev root fails with an error indicating that plone.cachepurging 3.0.2
does not provide the required 'test' extra.
Steps to Reproduce
- Clone buildout.coredev repository
- Run
./bootstrap.sh
from the root directory - Observe the error during the buildout process
Error Output
----
Got plone.app.widgets 5.0.2.
root: Reading https://pypi.org/simple/plone-testing/
Getting distribution for 'plone.testing[test]==9.0.6'.
root: Downloading https://files.pythonhosted.org/packages/68/1d/fc87a6c6373cf45028157e78fb3b71fbc0911620cbc0befac166c0018fe8/plone_testing-9.0.6-py3-none-any.whl#sha256=d573e08ad5f8a1e68496a72062d5823ec3c45709b58cc4f7d4313e7284d89e4f
Got plone.testing 9.0.6.
plone.cachepurging 3.0.2 does not provide the extra 'test'
While:
Installing test.
Error: Couldn't find the required extra. This means the requirement is incorrect. If the requirement is itself from software you requested, then there might be a bug in requested software. You can ignore this by using 'allow-unknown-extras=true', however that may simply cause needed software to be omitted.
run plone with: ./bin/instance fg
Expected Behavior
Bootstrap should complete successfully without errors.