summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-04-21 21:24:22 -0400
committerGitHub <noreply@github.com>2023-04-21 21:24:22 -0400
commit4e60648dee120a2cac1c56dce2b1e3219f62e236 (patch)
tree7804a0d15a87ced566ac0961cd6a3774b575b888
parent3c6acb51242a4f1067c6ac5159dece8889d19d10 (diff)
parent72b506c46ac76dcee9fdadf28af0e2907c03b251 (diff)
downloadnumpy-4e60648dee120a2cac1c56dce2b1e3219f62e236.tar.gz
Merge pull request #23636 from charris/backport-23596
MAINT: Update conftest for newer hypothesis versions
-rw-r--r--numpy/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/conftest.py b/numpy/conftest.py
index 8aa6587ee..3d110c874 100644
--- a/numpy/conftest.py
+++ b/numpy/conftest.py
@@ -30,7 +30,7 @@ hypothesis.settings.register_profile(
hypothesis.settings.register_profile(
name="np.test() profile",
deadline=None, print_blob=True, database=None, derandomize=True,
- suppress_health_check=hypothesis.HealthCheck.all(),
+ suppress_health_check=list(hypothesis.HealthCheck),
)
# Note that the default profile is chosen based on the presence
# of pytest.ini, but can be overridden by passing the