From a3042e289dce56e74825a712ff1c4ed4311cc2ca Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 25 Feb 2022 12:40:21 -0500 Subject: [PATCH] block pypy for now the most recent pypy 7.3.8 series (3.7 and 3.9 included, likely 3.8 as well) have installed a 9 year old version of SQLite, and additionally seem to have some other behavioral changes like formatting of exception messages that is breaking some tests. as we are waiting on a response at [1] remove pypy testing for now. [1] https://foss.heptapod.net/pypy/pypy/-/issues/3690 Change-Id: I66650635111e71241b5c45a778954544c8d2490e (cherry picked from commit 51e6a62ab371897d646a5986b9139838402c57df) --- .github/workflows/run-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 5675ac6ec5..1dfbf65f33 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -34,7 +34,9 @@ jobs: - "3.8" - "3.9" - "3.10" - - "pypy-3.7" + # waiting on https://foss.heptapod.net/pypy/pypy/-/issues/3690 + # which also seems to be in 3.9 + # - "pypy-3.9" build-type: - "cext" - "nocext" -- 2.47.3