mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Write an abstraction to test if source code is valid for a certain python version or not.
This commit is contained in:
@@ -102,4 +102,4 @@ def each_py3_version():
|
||||
|
||||
@pytest.fixture
|
||||
def each_py2_version():
|
||||
return '3.3', '3.4', '3.5', '3.6'
|
||||
return '2.6', '2.7'
|
||||
|
||||
Reference in New Issue
Block a user