PyPy support
Stranger6667 opened this issue · 2 comments
Stranger6667 commented
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.
Zac-HD commented
Haha, I was so confident that it would work 😂 Thanks for reporting this, and the PR.
Stranger6667 commented
You are welcome :)) Other than that and some implementation-dependent error messages, all tests are passing in Schemathesis with changes from #78 :)