Re: [mezzanine-users] Tests failing

2014-05-09 Thread Mikel Ihidoi Olaitzola
hi team!! yes, i've the same Kevin's first error FAIL: test_syntax (mezzanine.core.tests.CoreTests), and solved adding the commented pyflakes==0.6.1, pep8==1.4.1 dependencies in install_requires section of setup.py, then run again python setup.py install and the result is OK thanks hugs ;)

Re: [mezzanine-users] Tests failing

2014-04-26 Thread Kevin Golding
Hi Stephen Thanks for confirming that. I've made a change and created a pull request in Bitbucket. I'm still not completely sure I've done the forking/branching/pullrequesting quite right with Mercurial. I think the problem stems from the fact that the words 'branch' and 'fork' mean very

Re: [mezzanine-users] Tests failing

2014-04-22 Thread Kevin Golding
Hi Stephen Thanks for the timely response. When you mentioned the bad/missing Pillow install I recalled that I originally had some issues with Pillow. I think Pillow itself has a number of (possibly undocumented?) dependencies and things go quite wrong if they are not met when you try to

Re: [mezzanine-users] Tests failing

2014-04-22 Thread Stephen McDonald
Looks like all tests are passing. On Tue, Apr 22, 2014 at 7:54 PM, Kevin Golding kevingolding2...@gmail.comwrote: Hi Stephen Thanks for the timely response. When you mentioned the bad/missing Pillow install I recalled that I originally had some issues with Pillow. I think Pillow itself has

Re: [mezzanine-users] Tests failing

2014-04-20 Thread Stephen McDonald
Those all look like dependency issues. Making sure you've got the correct versions of the test dependencies (as per `tests_require` in setup.py) should fix the first failure. The second and third look due to a bad/missing PIL/Pillow install. The failures against Django 1.7 are expected -