<div dir="ltr">The strange thing is that we have specified the pep8 version in setup.py  <a href="https://github.com/GeoNode/geonode/blob/master/setup.py#L146">https://github.com/GeoNode/geonode/blob/master/setup.py#L146</a>, I'm sure that the reason of the issue si the old version of pep8 but why is not installed with setup.py?</div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-10 12:36 GMT+01:00 Paolo Corti <span dir="ltr"><<a href="mailto:pcorti@gmail.com" target="_blank">pcorti@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi devs<br>
<br>
today I am experiencing a weird problem with the flake8 and its<br>
dependencies that come installed with GeoNode in a virtualenv. This<br>
flake8 seems not to be able to recognize unused imports.<br>
<br>
How to replicate:<br>
$ virtualenv --no-site-packages env<br>
$ . env/bin/activate<br>
$ pip install -e .<br>
<br>
now if I run flake8 the unused imports are not detected.<br>
<br>
This is what I have:<br>
$ flake8 --version<br>
2.3.0 (pep8: 1.5.7) CPython 2.7.3 on Linux<br>
<br>
Instead if I create a fresh virtualenv and I just install flake8 it<br>
seems to work (note the output of flake8 --version, it is different<br>
and seems containing references to pyflakes and mccabe):<br>
<br>
$ virtualenv --no-site-packages env_flake8<br>
$ . env_flake8/bin/activate<br>
$ pip install flake8==2.3.0<br>
$ flake8 --version<br>
2.3.0 (pep8: 1.6.2, pyflakes: 0.8.1, mccabe: 0.3) CPython 2.7.3 on Linux<br>
$ flake8 geonode<br>
geonode/geoserver/tests.py:10:1: F401 'Client' imported but unused<br>
geonode/tests/smoke.py:22:1: F401 'Client' imported but unused<br>
geonode/documents/tests.py:10:1: F401 'Client' imported but unused<br>
geonode/people/tests.py:21:1: F401 'Client' imported but unused<br>
geonode/tests/integration.py:32:1: F401 'Client' imported but unused<br>
<br>
any idea of what can be causing the failure?<br>
thanks<br>
<span class="HOEnZb"><font color="#888888">p<br>
<br>
--<br>
Paolo Corti<br>
Geospatial software developer<br>
web: <a href="http://www.paolocorti.net" target="_blank">http://www.paolocorti.net</a><br>
twitter: @capooti<br>
skype: capooti<br>
_______________________________________________<br>
geonode-devel mailing list<br>
<a href="mailto:geonode-devel@lists.osgeo.org">geonode-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-devel" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-devel</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Simone </div>
</div>