Skip to content

Commit bd7e374

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Skip test_check_doubled_words hacking check UT"
2 parents 2526210 + 18ba6e6 commit bd7e374

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

nova/tests/unit/test_hacking.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# License for the specific language governing permissions and limitations
1313
# under the License.
1414

15-
import sys
1615
import textwrap
1716

1817
import mock
@@ -581,9 +580,8 @@ def test_check_config_option_in_central_place(self):
581580

582581
# TODO(cdent): Remove when https://bugs.launchpad.net/nova/+bug/1804062
583582
# is resolved.
584-
@testtools.skipIf(
585-
sys.version_info[0:3] >= (3, 6, 7),
586-
'tokenize has backwards incompatible behavior from 3.6.7')
583+
@testtools.skip(
584+
'tokenize has backwards incompatible behavior from 3.6.7 and 2.7.15')
587585
def test_check_doubled_words(self):
588586
errors = [(1, 0, "N343")]
589587

0 commit comments

Comments
 (0)