aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2021-05-14 17:53:50 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2021-05-20 23:37:15 +0100
commit91aeae558d018717bba367ec3f427b21206df8fb (patch)
treea5399f68f4673112fea51ad0d00d843f43a2be44 /azure-pipelines.yml
parent2d215d93b245414936992c42b0765088df0564dd (diff)
downloadmeson-91aeae558d018717bba367ec3f427b21206df8fb.zip
meson-91aeae558d018717bba367ec3f427b21206df8fb.tar.gz
meson-91aeae558d018717bba367ec3f427b21206df8fb.tar.bz2
Revert "ci: Disable pytest-xdist on cygwin"
This reverts commit dce60c8f58798e0457a9bb24198adb039a0e6fdd.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 49e0227..497579b 100644
--- a/azure-pipelines.yml
+++ b/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