Run 3.11-dev a bunch to see if it still crashes (#6847)

* Run 3.11-dev a bunch to see if it still crashes

* Update ci.yml

* Update tox.ini
This commit is contained in:
Alex Gaynor 2022-02-07 23:18:41 -05:00 committed by GitHub
parent 06e57ce62d
commit fa855225ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 8 deletions

View file

@ -40,7 +40,7 @@ jobs:
- {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.3.5"}}
- {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.4.2"}}
- {VERSION: "3.10", TOXENV: "py310"}
- {VERSION: "3.11-dev", TOXENV: "py311-nocoverage"}
- {VERSION: "3.11-dev", TOXENV: "py311"}
- {VERSION: "3.10", TOXENV: "py310-randomorder"}
# Latest commit on the master branch, as of February 7, 2022.
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "351b2f8ce574a5fe4ccaeb6666d918ed3155d16e"}}

View file

@ -31,13 +31,6 @@ commands =
pip list
pytest -n auto --durations=10 {posargs} tests/
# Temp coverage disable for py311 because of segfaults
[testenv:py311-nocoverage]
basepython = python3.11
commands =
pip list
pytest -n auto --durations=10 {posargs} tests/
[testenv:docs]
extras =
docs