We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50881a commit 8cf9fdeCopy full SHA for 8cf9fde
appveyor.yml
@@ -25,13 +25,15 @@ environment:
25
PYTHON_ARCH: "64"
26
27
install:
28
- - "%PYTHON%\\python.exe -m pip install -U wheel pytest pytest-xdist mock"
+ - "%PYTHON%\\python.exe -m pip install -U wheel pytest mock"
29
+ #- "%PYTHON%\\python.exe -m pip install -U wheel pytest pytest-xdist mock"
30
31
build_script:
32
- "%PYTHON%\\python.exe -m pip install ."
33
34
test_script:
- - "%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"
37
38
on_finish:
39
- ps: |
0 commit comments