summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2023-08-21 19:22:30 -0400
committerChris McDonough <chrism@plope.com>2023-08-21 19:22:30 -0400
commitf1233a65c3d53aaac0d5fe732b8a25cf2971fbea (patch)
tree6be4e1f5843994bceaee4261b2cd52eeeb57561f /tox.ini
parentf1941759ee9dedf5f800fc4c9a0c9c51028e06f5 (diff)
downloadpyramid-f1233a65c3d53aaac0d5fe732b8a25cf2971fbea.tar.gz
pyramid-f1233a65c3d53aaac0d5fe732b8a25cf2971fbea.tar.bz2
pyramid-f1233a65c3d53aaac0d5fe732b8a25cf2971fbea.zip
Coverage reports in tests based on Python 3.11 instead of Python 3.8 to fix bogus coverage failures under Python 3.8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 6fe61be7a..592388f56 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
envlist =
lint,
py37,py38,py39,py310,py311,pypy3,
- py38-cover,coverage,
+ py311-cover,coverage,
docs
isolated_build = true
@@ -16,7 +16,7 @@ extras =
setenv =
COVERAGE_FILE=.coverage.{envname}
-[testenv:py38-cover]
+[testenv:py311-cover]
commands =
python --version
pytest --cov {posargs:}
@@ -64,7 +64,7 @@ deps =
coverage
setenv =
COVERAGE_FILE=.coverage
-depends = py38-cover
+depends = py311-cover
[testenv:format]
skip_install = true