Skip to content

Commit 71cebda

Browse files
authored
Merge pull request #1219 from pypa/disable-pytest-azurepipelines-plugin
Remove pytest-azurepipelines for now
2 parents 5b0d8e7 + caeb0c2 commit 71cebda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
inputs:
88
versionSpec: '3.8'
99
- bash: |
10-
python -m pip install -e ".[dev]" pytest-azurepipelines
10+
python -m pip install -e ".[dev]"
1111
python ./bin/run_tests.py
1212
1313
- job: macos_38
@@ -17,7 +17,7 @@ jobs:
1717
inputs:
1818
versionSpec: '3.8'
1919
- bash: |
20-
python -m pip install -e ".[dev]" pytest-azurepipelines
20+
python -m pip install -e ".[dev]"
2121
python ./bin/run_tests.py
2222
2323
- job: windows_38
@@ -28,5 +28,5 @@ jobs:
2828
inputs:
2929
versionSpec: '3.8'
3030
- bash: |
31-
python -m pip install -e ".[dev]" pytest-azurepipelines
31+
python -m pip install -e ".[dev]"
3232
python ./bin/run_tests.py

0 commit comments

Comments
 (0)