i have a line in packages.cfg saying:

 tests = PKG.policy [test]

on buildout, this pkg_resources.require() is throwing
an UnknownExtra exception, "PKG.policy has no such extra feature 'test'"
any ideas as to why?

i follow the trace up to Requirement.resolve(), and find the set of
active requirements:

for r in requirements: print r
   zope.interface
   zope.exceptions
   setuptools
   plone.app.testing
   plone.app.registry
   archetypes.schemaextender
   plone.namedfile[blobs]
   plone.app.relationfield
   plone.app.referenceablebehavior
   plone.app.dexterity[grok]
   Products.CMFPlone
   setuptools

but can't really figure out how to run this down further.  thanks
for any pointers.

        rik
_______________________________________________
Setup mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-setup

Reply via email to