You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to run the tests, but the problem is to use pytest --inline-snapshot=fix or other options which need access to the ast-nodes.
This is a problem if you want to build pydantic-core with pypy and you have to build and test inline-snapshot also 15r10nk/inline-snapshot#132 (comment).
I created a pull-request which works around this issue #1533.
The text was updated successfully, but these errors were encountered:
It is possible to run the tests, but the problem is to use
pytest --inline-snapshot=fix
or other options which need access to the ast-nodes.This is a problem if you want to build pydantic-core with pypy and you have to build and test inline-snapshot also 15r10nk/inline-snapshot#132 (comment).
I created a pull-request which works around this issue #1533.
The text was updated successfully, but these errors were encountered: