Skip to content

Commit 8cf9fde

Browse files
committed
turn off parallel building on appveyor
1 parent c50881a commit 8cf9fde

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ environment:
2525
PYTHON_ARCH: "64"
2626

2727
install:
28-
- "%PYTHON%\\python.exe -m pip install -U wheel pytest pytest-xdist mock"
28+
- "%PYTHON%\\python.exe -m pip install -U wheel pytest mock"
29+
#- "%PYTHON%\\python.exe -m pip install -U wheel pytest pytest-xdist mock"
2930

3031
build_script:
3132
- "%PYTHON%\\python.exe -m pip install ."
3233

3334
test_script:
34-
- "%PYTHON%\\python.exe -m pytest --verbose -p no:cacheprovider --junit-xml=tests.xml -n2"
35+
- "%PYTHON%\\python.exe -m pytest --verbose -p no:cacheprovider --junit-xml=tests.xml"
36+
#- "%PYTHON%\\python.exe -m pytest --verbose -p no:cacheprovider --junit-xml=tests.xml -n2"
3537

3638
on_finish:
3739
- ps: |

0 commit comments

Comments
 (0)