Project

Profile

Help

Issue #1517

closed

latest version of pep8 (part of flake8) doesn't like our order of imports

Added by dkliban@redhat.com over 8 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.8.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

When I run ./run-tests.py in the latest vagrant environment I see the following output:

./pulp-dev.py:15:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_admin_extensions.py:10:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_admin_extensions.py:11:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_admin_extensions.py:12:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_admin_extensions.py:14:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_admin_extensions.py:15:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_admin_extensions.py:16:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_admin_extensions.py:17:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_admin_extensions.py:18:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:19:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:21:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:22:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:23:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:25:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:26:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:27:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:28:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:29:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:30:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:31:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:32:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:33:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:34:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:35:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:36:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:37:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:38:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:39:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:40:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:41:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:42:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:43:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:44:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:45:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:46:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:47:1: E402 module level import not at top of file
./nodes/test/nodes_tests/test_plugins.py:48:1: E402 module level import not at top of file
./server/pulp/server/webservices/wsgi.py:16:1: E402 module level import not at top of file

Also available in: Atom PDF