On Wed, 23 Dec 2015 23:49:11 +0500, Alexandr Shadchin <alexandr.shadc...@gmail.com> wrote:
> Hi, > > This diff updates py-mock to the latest release. > Add python3 flavor. > > Comments ? OK ? > I was working on it too (as I need it for another port) and I have quite the same diff. A comment inline, otherwise that's good :) > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/py-mock/Makefile,v > retrieving revision 1.7 > diff -u -p -r1.7 Makefile > --- Makefile 29 Sep 2015 10:51:54 -0000 1.7 > +++ Makefile 23 Dec 2015 18:44:30 -0000 > @@ -2,11 +2,10 @@ [snip] > +NO_TEST = Yes Any reason for that? It looks like that test works.