Remove pytest-azurepipelines for now

Test errors in Azure are all printing KeyError: 'reason', it seems to be an incompatibility between pytest-azurepipelines and pytest-xdist. I've filed a bug here: https://github.com/Azure/pytest-azurepipelines/issues/71

in the meantime, I'll disable this plugin.
This commit is contained in:
Joe Rickerby
2022-08-08 22:21:22 +01:00
committed by GitHub
parent 66c8e84265
commit caeb0c23cc
+3 -3
View File
@@ -7,7 +7,7 @@ jobs:
inputs:
versionSpec: '3.8'
- bash: |
python -m pip install -e ".[dev]" pytest-azurepipelines
python -m pip install -e ".[dev]"
python ./bin/run_tests.py
- job: macos_38
@@ -17,7 +17,7 @@ jobs:
inputs:
versionSpec: '3.8'
- bash: |
python -m pip install -e ".[dev]" pytest-azurepipelines
python -m pip install -e ".[dev]"
python ./bin/run_tests.py
- job: windows_38
@@ -28,5 +28,5 @@ jobs:
inputs:
versionSpec: '3.8'
- bash: |
python -m pip install -e ".[dev]" pytest-azurepipelines
python -m pip install -e ".[dev]"
python ./bin/run_tests.py