Skip to content

Commit

Permalink
test: Disable testing with python3.10
Browse files Browse the repository at this point in the history
pytest has crashed on testing with python 3.10.0a7. To avoid the error,
this disables testing with python3.10 for a while.
  • Loading branch information
tk0miya committed Apr 11, 2021
1 parent dda888a commit 8602e64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 8602e64

Please sign in to comment.