Skip to content

Commit

Permalink
Merge pull request #1219 from pypa/disable-pytest-azurepipelines-plugin
Browse files Browse the repository at this point in the history
Remove pytest-azurepipelines for now
  • Loading branch information
joerick committed Aug 11, 2022
2 parents 5b0d8e7 + caeb0c2 commit 71cebda
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 71cebda

Please sign in to comment.