Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix callable check under PyPy2 (#149)
* Fix callable check under PyPy2 With PyPy (at least version 2.7.3), methodcaller generated callables do have a __name__ attribute, so _callable_str() will not attempt to stringify it making this unit fail. * Update test_schema.py Forgot a reason kwarg
- Loading branch information