mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
parent
dda888abd5
commit
8602e64214
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user