mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-14 12:47:22 -04:00
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
This commit is contained in:
@@ -32,7 +32,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"
|
||||
|
||||
Reference in New Issue
Block a user