mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Remove Python 3.3 from environment tests
This commit is contained in:
@@ -27,7 +27,7 @@ def test_find_system_environments():
|
|||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
'version',
|
'version',
|
||||||
['2.7', '3.3', '3.4', '3.5', '3.6', '3.7']
|
['2.7', '3.4', '3.5', '3.6', '3.7']
|
||||||
)
|
)
|
||||||
def test_versions(version):
|
def test_versions(version):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user