mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
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:
parent
06e57ce62d
commit
fa855225ae
2 changed files with 1 additions and 8 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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"}}
|
||||
|
|
|
|||
7
tox.ini
7
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue