From 04bd4117ade6924a9409448370f7d8bb39706660 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 8 Sep 2023 19:37:40 +0200 Subject: tests: Fix derp --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index da3be32b1..6e948a3c9 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -49,7 +49,7 @@ hypothesis.settings.register_profile( deadline=None, suppress_health_check=( suppressed_health_checks + - [hypothesis.HealthCheck.too_slow], + [hypothesis.HealthCheck.too_slow] ) ) ) -- cgit v1.2.3-54-g00ecf