diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-04-11 19:49:25 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-04-11 19:49:28 +0900 |
| commit | 8602e64214da3d7ff59a7a0410f4c59d67aed7e1 (patch) | |
| tree | 321fa1b22797f5354d2dedaa970a1d301938fe3f /.github | |
| parent | dda888abd58881fef1ac93d506ff0d63c870435c (diff) | |
| download | sphinx-git-8602e64214da3d7ff59a7a0410f4c59d67aed7e1.tar.gz | |
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.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d1fd7dc6e..8052c26ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} |
