From 3d34092d83b2192de806643912667b993b518beb Mon Sep 17 00:00:00 2001 From: Zac Hatfield-Dodds Date: Sun, 24 Sep 2023 12:55:44 -0700 Subject: [PATCH] Update RELEASE.rst --- hypothesis-python/RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst index e32191c8bc..aa603dd5bf 100644 --- a/hypothesis-python/RELEASE.rst +++ b/hypothesis-python/RELEASE.rst @@ -1,5 +1,5 @@ RELEASE_TYPE: minor -Deprecate use of :func:`~hypothesis.assume` and :func:`~hypothesis.reject` +Deprecate use of :func:`~hypothesis.assume` and ``reject()`` outside of property-based tests, because these functions work by raising a special exception (:issue:`3743`).