Skip to content

Commit

Permalink
Merge pull request #49 from nexB/update-system
Browse files Browse the repository at this point in the history
Disable Python 3.10 tests on macOS 10.14
  • Loading branch information
pombredanne authored Oct 29, 2021
2 parents 00aaa26 + 2ce7c7a commit 1fa3699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
parameters:
job_name: macos1014_cpython
image_name: macos-10.14
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
python_versions: ['3.6', '3.7', '3.8', '3.9']
test_suites:
all: venv/bin/pytest -n 2 -vvs

Expand Down

0 comments on commit 1fa3699

Please sign in to comment.