summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohit Goswami <rog32@hi.is>2023-04-16 10:40:56 +0000
committerCharles Harris <charlesr.harris@gmail.com>2023-04-21 16:54:43 -0600
commit72b506c46ac76dcee9fdadf28af0e2907c03b251 (patch)
tree7804a0d15a87ced566ac0961cd6a3774b575b888
parent3c6acb51242a4f1067c6ac5159dece8889d19d10 (diff)
downloadnumpy-72b506c46ac76dcee9fdadf28af0e2907c03b251.tar.gz
MAINT: Update conftest for hypothesis
-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