mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Remove a lot of test references to Python 2/3.5
This commit is contained in:
@@ -27,7 +27,7 @@ def test_find_system_environments():
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
'version',
|
||||
['2.7', '3.5', '3.6', '3.7']
|
||||
['3.6', '3.7', '3.8', '3.9']
|
||||
)
|
||||
def test_versions(version):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user