Alexandre Garel wrote: > Yes this is intended, the test requirements, are separated from package > requirements, to avoid extra installs. See ZODB3 setup.py you'll see a > test_require. > > In buildout you can use those requirements telling you need ZODB3 [test] I > don't know if pip has some way of taking test_require into account.
FTR: installing ZODB3 [test] using whatever tool (buildout, pip) doesn't make use of tests_require (sic), it uses the requirements list of the "test" extra defined a line below tests_require. tests_require should be relevant to the setup.py test command, however. -- Thomas _______________________________________________ For more information about ZODB, see http://zodb.org/ ZODB-Dev mailing list - ZODB-Dev@zope.org https://mail.zope.org/mailman/listinfo/zodb-dev