Skip to content

Commit 8602e64

Browse files
committed
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.
1 parent dda888a commit 8602e64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
python: 3.9
2828
docutils: du16
2929
coverage: "--cov ./ --cov-append --cov-config setup.cfg"
30-
- name: py310-dev
31-
python: 3.10-dev
32-
docutils: du17
33-
os: ubuntu-latest # required
30+
# - name: py310-dev
31+
# python: 3.10-dev
32+
# docutils: du17
33+
# os: ubuntu-latest # required
3434
env:
3535
PYTEST_ADDOPTS: ${{ matrix.coverage }}
3636

0 commit comments

Comments
 (0)