On 02/09/12 18:00, RKBelew wrote:
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?
the setup.py module on your package doesn't declares a extras_require parameter, e.g.:
extras_require={
'test': ['plone.app.testing'],
},
remove the [test] extra feature and try again.
Héctor Velarde
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-setup
