mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Only run autovox test on Py3.6+
This commit is contained in:
parent
f8e5e9521b
commit
0b9ab83c86
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ import os
|
|||
import pytest
|
||||
from xontrib.voxapi import Vox
|
||||
|
||||
from tools import skip_if_on_conda, skip_if_on_msys
|
||||
from tools import skip_if_on_conda, skip_if_on_msys, skip_if_lt_py36
|
||||
from xonsh.platform import ON_WINDOWS
|
||||
|
||||
|
||||
|
@ -181,6 +181,7 @@ def test_reserved_names(xonsh_builtins, tmpdir):
|
|||
|
||||
@skip_if_on_msys
|
||||
@skip_if_on_conda
|
||||
@skip_if_lt_py36
|
||||
def test_autovox(xonsh_builtins, tmpdir):
|
||||
"""
|
||||
Tests that autovox works
|
||||
|
|
Loading…
Add table
Reference in a new issue