Open petri opened 11 years ago
It is quite unnecessary to always install testing dependencies. So how about rather using this stanza?
extras_require = { 'test': [ 'hexagonit.testing', ] },
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.
It is quite unnecessary to always install testing dependencies. So how about rather using this stanza?