collective / collective.behavior.price

1 stars 0 forks source link

Require hexagonit.testing for testing, rather than for every install #2

Open petri opened 11 years ago

petri commented 11 years ago

It is quite unnecessary to always install testing dependencies. So how about rather using this stanza?

extras_require = {
    'test': [
            'hexagonit.testing',
        ]
},
taito-zz commented 11 years ago

Realized that the package does not need to depend on 'hexagonit.testing' package even for testing. So it only depends on 'mock' and 'plone.app.testing' package at extras_require.

Released as version 0.3.1.