Currently pytest's own tests with pip install -e '.[testing]' will fail with:
ModuleNotFoundError: No module named 'hypothesis'
(testing/python/metafunc.py)
So either testing/python/metafunc.py should be skipped without hypothesis, or we should add it to the "testing" extras.
Currently pytest's own tests with
pip install -e '.[testing]'will fail with:(testing/python/metafunc.py)
So either testing/python/metafunc.py should be skipped without hypothesis, or we should add it to the "testing" extras.