Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 071cc42

Browse files
committed
xfail default language version check for azure pipelines
1 parent e08d373 commit 071cc42

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/repository_test.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import os.path
55
import re
66
import shutil
7+
import sys
78

89
import cfgv
910
import mock
@@ -717,6 +718,10 @@ def local_python_config():
717718
return {'repo': 'local', 'hooks': hooks}
718719

719720

721+
@pytest.mark.xfail( # pragma: windows no cover
722+
sys.platform == 'win32',
723+
reason='microsoft/azure-pipelines-image-generation#989',
724+
)
720725
def test_local_python_repo(store, local_python_config):
721726
hook = _get_hook(local_python_config, store, 'foo')
722727
# language_version should have been adjusted to the interpreter version

0 commit comments

Comments
 (0)