Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPy support #77

Closed
Stranger6667 opened this issue Mar 1, 2021 · 2 comments · Fixed by #78
Closed

PyPy support #77

Stranger6667 opened this issue Mar 1, 2021 · 2 comments · Fixed by #78

Comments

@Stranger6667
Copy link
Contributor

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
Copy link
Member

Zac-HD commented Mar 1, 2021

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

@Stranger6667
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants