Merge pull request #9083 from tk0miya/disable_test_with_py310

test: Disable testing with python3.10
This commit is contained in:
Takeshi KOMIYA 2021-04-11 20:00:02 +09:00 committed by GitHub
commit c58cea9afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,10 @@ jobs:
python: 3.9
docutils: du16
coverage: "--cov ./ --cov-append --cov-config setup.cfg"
- name: py310-dev
python: 3.10-dev
docutils: du17
os: ubuntu-latest # required
# - name: py310-dev
# python: 3.10-dev
# docutils: du17
# os: ubuntu-latest # required
env:
PYTEST_ADDOPTS: ${{ matrix.coverage }}