Skip to content

Commit

Permalink
Remove pytest-azurepipelines for now
Browse files Browse the repository at this point in the history
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: Azure/pytest-azurepipelines#71

in the meantime, I'll disable this plugin.
  • Loading branch information
joerick committed Aug 8, 2022
1 parent 66c8e84 commit caeb0c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit caeb0c2

Please sign in to comment.