mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
skip on v34
This commit is contained in:
parent
a444093290
commit
d62a44d2c5
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,7 @@ from xonsh.tools import (
|
|||
)
|
||||
from xonsh.environ import Env
|
||||
|
||||
from tools import skip_if_on_windows, skip_if_on_unix
|
||||
from tools import skip_if_on_windows, skip_if_on_unix, skip_if_py34
|
||||
|
||||
LEXER = Lexer()
|
||||
LEXER.build()
|
||||
|
@ -1625,6 +1625,7 @@ def test_iglobpath_no_dotfiles_recursive(xonsh_builtins):
|
|||
assert d + '/bin/.someotherdotfile' not in files
|
||||
|
||||
|
||||
@skip_if_py34
|
||||
@skip_if_on_windows
|
||||
def test_iglobpath_dotfiles_recursive(xonsh_builtins):
|
||||
d = os.path.dirname(__file__)
|
||||
|
|
Loading…
Add table
Reference in a new issue