Revert "ci: Disable pytest-xdist on cygwin"

This reverts commit dce60c8f58.
pull/8786/head
Jon Turney 4 years ago
parent 2d215d93b2
commit 91aeae558d
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
  1. 4
      azure-pipelines.yml

@ -116,8 +116,8 @@ jobs:
displayName: Install Dependencies
- script: |
set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32
env.exe -- python3 -m pip --disable-pip-version-check install gcovr pefile jsonschema
displayName: "pip install gcovr pefile jsonschema (pytest-xdist broken, skipped: CHECK ME AGAIN)"
env.exe -- python3 -m pip --disable-pip-version-check install gcovr pefile pytest-xdist jsonschema
displayName: pip install gcovr pefile pytest-xdist jsonschema
- script: |
set BOOST_ROOT=
set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32

Loading…
Cancel
Save