Skip to content

Commit df951fb

Browse files
emmatypinggvanrossum
authored andcommitted
Skip Python2 evaluation tests on AppVeyor (#4053)
Hopeful fix for #3895
1 parent b3b992f commit df951fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ build: off
2121

2222
test_script:
2323
# Ignore lint and mypy self check (both run in Travis)
24-
- "%PYTHON%\\python.exe runtests.py -x lint -x package"
24+
- "%PYTHON%\\python.exe runtests.py -x lint -x package -x pytest"
25+
- "%PYTHON%\\python.exe runtests.py pytest -p -k -p \"not (PythonEvaluationSuite and python2)\""
2526

2627
skip_commits:
2728
files:

0 commit comments

Comments
 (0)