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 2358b66 commit d563ef4Copy full SHA for d563ef4
appveyor.yml
@@ -32,7 +32,7 @@ install:
32
- ps: 'Install-Product node 0.12 x64'
33
- "set PATH=%PYTHON%\\Scripts;%PATH%"
34
- "%PYTHON%\\python.exe -m pip install -U pip setuptools^>=20.3 wheel"
35
- - "%PYTHON%\\python.exe -m pip install -U codecov -rtest-requirements.txt pytest-xdist<1.28 "
+ - "%PYTHON%\\python.exe -m pip install -U codecov -rtest-requirements.txt pytest-xdist==1.27 "
36
# Note the use of a `^` to escape the `>`
37
38
build_script:
0 commit comments