From 5a3aaa9688ff71ba3a5150c7c6013ff10ab2b5f1 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 9 Jan 2020 23:19:20 -0500 Subject: [PATCH] test_grammar again --- pytest/test_grammar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest/test_grammar.py b/pytest/test_grammar.py index ea9dd379..d8c69601 100644 --- a/pytest/test_grammar.py +++ b/pytest/test_grammar.py @@ -43,7 +43,7 @@ def test_grammar(): expect_lhs.add("kv3") unused_rhs.add("dict") - if PYTHON_VERSION < 3.7: + if PYTHON_VERSION < 3.7 and PYTHON_VERSION != 2.7: # NOTE: this may disappear expect_lhs.add("except_handler_else")