python-jsonschema/hypothesis-jsonschema

PyPy support

Stranger6667 opened this issue · 2 comments

It turns out that hypothesis-jsonschema doesn't run on PyPy due to importing _make_iterencode from json.encoder. The fix should be quite straightforward, and I push a PR soon.

Haha, I was so confident that it would work 😂 Thanks for reporting this, and the PR.

You are welcome :)) Other than that and some implementation-dependent error messages, all tests are passing in Schemathesis with changes from #78 :)