Merge pull request #1219 from pypa/disable-pytest-azurepipelines-plugin

Remove pytest-azurepipelines for now
This commit is contained in:
Joe Rickerby
2022-08-11 19:16:49 +01:00
committed by GitHub
+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