commit | 161c5b652096be7fc3185c55e8a51f38ce5ebbb4 | [log] [tgz] |
---|---|---|
author | Jakub Libosvar <libosvar@redhat.com> | Tue Jun 21 10:14:45 2016 +0000 |
committer | Jakub Libosvar <libosvar@redhat.com> | Tue Jun 21 16:23:51 2016 +0000 |
tree | 399f755710da519d273ae81f90b91f21ad2a9a74 | |
parent | 5daeceb94d9a68d4be193d6d8c666c49626ebe5f [diff] |
Make pep8 job great again There is a bug in pep8, when 'select' used, it omits all default checks and runs only those specified by 'select'. We got hit by this issue since I2d26534230ffe5d01aa0aab6ec902f81cfba774d was merged which lead to almost no static checks in pep8 job. Also note that off_by_default decorator has no effect for now because factory in hacking is triggered after ignored checks are collected. There will be a follow-up patch for that in order to make pep8 doing its job quickly. [1] https://github.com/PyCQA/pycodestyle/issues/390 Related-Bug: 1594756 Change-Id: I8e27f40908e1bb4307cc7c893169a9d99f3433c4
diff --git a/neutron/tests/tempest/scenario/test_basic.py b/neutron/tests/tempest/scenario/test_basic.py index c05e1c2..fcd856b 100644 --- a/neutron/tests/tempest/scenario/test_basic.py +++ b/neutron/tests/tempest/scenario/test_basic.py
@@ -31,7 +31,6 @@ # Default to ipv4. _ip_version = 4 - @test.idempotent_id('de07fe0a-e955-449e-b48b-8641c14cd52e') def test_basic_instance(self): network = self.create_network()