Fix check() and bump to 0.23.6
See python-pytest#1 (comment 171949)
- First commit fixes the
ModuleNotFoundError: No module named 'hypothesis.internal'
error when running thecheck()
hook.
Instead of adding the site-packages dir to$PYTHONPATH
, simply add the$PWD
to$PYTHONPATH
and runpytest
with the test dir as first argument. - Second commit bumps to the latest version of
pytest-asyncio
.