diff options
author | John L. Villalovos <john.l.villalovos@intel.com> | 2017-02-16 09:35:28 -0800 |
---|---|---|
committer | John L. Villalovos <john.l.villalovos@intel.com> | 2017-02-16 09:35:28 -0800 |
commit | d0a2e13f10e517daf90e10e394362545ffcfa6c1 (patch) | |
tree | c55b604f330f58505bd0c17807e286cba3957ec9 /test-requirements.txt | |
parent | 7135b43d15fe5b81bffb081c67d4798bd56b181e (diff) | |
download | ironic-d0a2e13f10e517daf90e10e394362545ffcfa6c1.tar.gz |
Use flake8-import-order
Use the flake8 plugin flake8-import-order to check import ordering. It
can do it automatically and don't need reviewers to check it.
Change-Id: I821fd7467f6c5cc1487149297f26e4ad539cf25d
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index a2a46dcb9..3982bad4e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,6 +19,7 @@ testresources>=0.2.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD WebTest>=2.0 # MIT bashate>=0.2 # Apache-2.0 +flake8-import-order==0.11 # LGPLv3 # Doc requirements sphinx>=1.5.1 # BSD |