This release adds :class:`~hypothesis.extra.django.LiveServerTestCase` and :class:`~hypothesis.extra.django.StaticLiveServerTestCase` for django test. Thanks to Ivan Tham for this feature!
6.21.6
-------------------
This patch fixes some new linter warnings such as :pypi:`flake8-bugbear`'s ``B904`` for explicit exception chaining, so tracebacks might be a bit nicer.
6.21.5
-------------------
This release fixes ``None`` being inferred as the float64 dtype in :func:`~xps.from_dtype()` and :func:`~xps.arrays()` from the :ref:`Array API extra <array-api>`.
6.21.4
-------------------
This release fixes the type hint for the :func:`given() <hypothesis.given>` decorator when decorating an ``async`` function (:issue:`3099`).
6.21.3
-------------------
This release improves Ghostwritten tests for builtins (:issue:`2977`).
6.21.2
-------------------
This release deprecates use of both ``min_dims > len(shape)`` and ``max_dims > len(shape)`` when ``allow_newaxis == False`` in :func:`~hypothesis.extra.numpy.basic_indices` (:issue:`3091`).