diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f9b763b1..a8ced0aca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"}} diff --git a/tox.ini b/tox.ini index 2591c618c..44aa97af3 100644 --- a/tox.ini +++ b/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