If you use the flag while running with xdist then you'll get no statistics. This is presumably because the tests are running in a different process than the collector, so the data isn't getting communicated back.
To reproduce e.g. run pytest --hypothesis-show-statistics tests/cover/test_testdecorators.py, which will use the default Hypothesis configuration and run with two child runners and show no statistics.
If you use the flag while running with xdist then you'll get no statistics. This is presumably because the tests are running in a different process than the collector, so the data isn't getting communicated back.
To reproduce e.g. run
pytest --hypothesis-show-statistics tests/cover/test_testdecorators.py, which will use the default Hypothesis configuration and run with two child runners and show no statistics.