After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754312 - pep8 tests no longer pass: E402 module level import not at top of file
pep8 tests no longer pass: E402 module level import not at top of file
Status: RESOLVED FIXED
Product: d-feet
Classification: Other
Component: general
0.3.x
Other Linux
: Normal normal
: ---
Assigned To: D-Feet Maintainer(s)
D-Feet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-08-30 12:03 UTC by Michael Biebl
Modified: 2015-09-26 09:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Biebl 2015-08-30 12:03:51 UTC
Version: 0.3.10

$ pep8 --version
1.6.2

pep8 --max-line-length=99 --ignore=E123 --exclude='.svn,CVS,.bzr,.hg,.git,__pycache__,.#*' ../../src/
../../src/dfeet/window.py:25:1: E402 module level import not at top of file
../../src/dfeet/window.py:26:1: E402 module level import not at top of file
../../src/dfeet/window.py:27:1: E402 module level import not at top of file
../../src/dfeet/window.py:28:1: E402 module level import not at top of file
../../src/dfeet/window.py:29:1: E402 module level import not at top of file
../../src/tests/tests.py:6:1: E402 module level import not at top of file
../../src/tests/tests.py:7:1: E402 module level import not at top of file
../../src/tests/tests.py:8:1: E402 module level import not at top of file
../../src/tests/tests.py:9:1: E402 module level import not at top of file
../../src/tests/tests.py:10:1: E402 module level import not at top of file
../../src/tests/tests.py:11:1: E402 module level import not at top of file
../../src/tests/tests.py:12:1: E402 module level import not at top of file
../../src/tests/tests.py:13:1: E402 module level import not at top of file
../../src/tests/tests.py:14:1: E402 module level import not at top of file
../../src/tests/tests.py:15:1: E402 module level import

The result is a failed "make check" run.
Comment 1 Thomas Bechtold 2015-09-26 09:05:18 UTC
Thanks for reporting, Michael. Fixed in git.