Hi Fruck, where can I find your fork thats one I have never seen I
would like to have a look.
My branch is python 3 only didn't care about py2 support. I think set
{1,2} syntax has been in since 3.0.
Thanks
Alastair
On Mar 7, 6:14 am, Fruch <[email protected]> wrote:
> Eyecye
>
> Please use nose skiptest and check for python version on your test
> (Like in my fork)
> And don't use {} set shortcut on tests this break older python,
> cause Nose is getting a syntax error.
>
> about getting it too messy with spy3 support,
> I think we should write better doumention to
> warn the users from issue regarding py2 > py3
>
> Fruch