pydantic icon indicating copy to clipboard operation
pydantic copied to clipboard

Add pypy to tests for V2.

Open samuelcolvin opened this issue 1 year ago • 2 comments

See #5113.

samuelcolvin avatar Feb 26 '23 15:02 samuelcolvin

Might be blocked on supporting pypy - due to some kind of dependence on typed_ast for Python3.7.

Due to reliance on certain C APIs, this library does not build on and there are no plans to support PyPy.

For 3.8/3.9, seems to be able to install the deps, but then hangs in the tests

ghandic avatar Feb 27 '23 03:02 ghandic

Took over 1 hour 20 for the tests to run on pypy 3.8/3.9 but they did pass excluding the known disabled issues that need more investigation

ghandic avatar Feb 27 '23 04:02 ghandic

fixed in #5133

samuelcolvin avatar Mar 14 '23 12:03 samuelcolvin