Skip to content

Commit

Permalink
{CI} Drop Python 3.9 tests (Azure#22035)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Apr 13, 2022
1 parent 7978dd4 commit b717f42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
8 changes: 0 additions & 8 deletions azure-pipelines-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -46,8 +44,6 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -68,8 +64,6 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -90,8 +84,6 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand Down
21 changes: 0 additions & 21 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,6 @@ jobs:
--rm -v $PYPI_FILES:/mnt/pypi python:3.8 \
/bin/bash -c "ls /mnt/pypi && pip install -f /mnt/pypi -q azure-cli==$CLI_VERSION.* && az self-test && az --version && sleep 5"
# echo "== Testing pip install on Python 3.9 =="
# docker run \
# --rm -v $PYPI_FILES:/mnt/pypi python:3.9 \
# /bin/bash -c "ls /mnt/pypi && pip install -f /mnt/pypi -q azure-cli==$CLI_VERSION.* && az self-test && az --version && sleep 5"
echo "== Testing pip install on Python 3.10 =="
docker run \
--rm -v $PYPI_FILES:/mnt/pypi python:3.10 \
Expand All @@ -414,8 +409,6 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -435,8 +428,6 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -459,8 +450,6 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -484,8 +473,6 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -505,8 +492,6 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -526,8 +511,6 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand All @@ -547,8 +530,6 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
steps:
Expand Down Expand Up @@ -967,8 +948,6 @@ jobs:
python.version: '3.6'
Python38:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'
pool:
Expand Down

0 comments on commit b717f42

Please sign in to comment.