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$PWDto$PYTHONPATHand runpytestwith the test dir as first argument. - Second commit bumps to the latest version of
pytest-asyncio.