test: Disable testing with python3.10

pytest has crashed on testing with python 3.10.0a7. To avoid the error,
this disables testing with python3.10 for a while.
This commit is contained in:
Takeshi KOMIYA 2021-04-11 19:49:25 +09:00
parent dda888abd5
commit 8602e64214

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 }}