On Fri, Apr 15, 2016 at 09:30:48PM +0200, Daniel Jakots wrote:
> On Tue, 05 Apr 2016 20:47:14 +0200, Jeremie Courreges-Anglas
> <[email protected]> wrote:
>
> > > Here's a port needed for adding test to devel/py-smmap.
> >
> > setup.py says:
> >
> > install_requires=['nose', 'coverage>=3.4'],
> >
> > Shouldn't those be run-deps?
>
> Indeed, thanks, and it needs also coverage for the test. New .tgz
> attached.
>
> Cheers,
> Daniel
>
COMMENT should be start with lowercase letter.
For python3 need:
nosetests${MODPY_BIN_SUFFIX}
Otherwise ok shadchin@.
--
Alexandr Shadchin