Workaround for T1695 (This diff resets the state instead of completely
removing state)
Completely removing the global state would be much harder, and this
diff is enough to get meaningful errors when an Hypothesis-powered
test crashes.
It uses the `_pre_setup` hook used by [[ https://hypothesis.readthedocs.io/en/latest/django.html | `hypothesis[django]` ]]