summaryrefslogtreecommitdiff
path: root/CHANGES.rst
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 /CHANGES.rst
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 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a582ca98f..035162a14 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,6 +9,8 @@ Features
- Added HTTP 418 error code via `pyramid.httpexceptions.HTTPImATeapot`.
See https://github.com/Pylons/pyramid/pull/3667
+- Coverage reports in tests based on Python 3.11 instead of Python 3.8.
+
Bug Fixes
---------