mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 05:14:29 +08:00
Avoid warning
This commit is contained in:
@@ -11,8 +11,7 @@ def test_load_inexisting_grammar():
|
||||
|
||||
|
||||
def test_load_grammar_uses_older_syntax():
|
||||
with pytest.warns():
|
||||
load_grammar(version='4.0')
|
||||
load_grammar(version='4.0')
|
||||
|
||||
|
||||
def test_load_grammar_doesnt_warn(each_version):
|
||||
|
||||
Reference in New Issue
Block a user