diff --git a/src/_zkapauthorizer/tests/__init__.py b/src/_zkapauthorizer/tests/__init__.py
index 1c5d4a1c33c192e143173df183b3b4f5842ad6b5..0f9529a87a1b9837c7b34798450815918ee5a9f5 100644
--- a/src/_zkapauthorizer/tests/__init__.py
+++ b/src/_zkapauthorizer/tests/__init__.py
@@ -25,7 +25,6 @@ def _configure_hypothesis():
 
     from hypothesis import (
         HealthCheck,
-        Verbosity,
         settings,
     )
 
@@ -52,7 +51,6 @@ def _configure_hypothesis():
         # Make CI runs a little more aggressive in amount of coverage they try
         # to provide.
         max_examples=200,
-        verbosity=Verbosity.debug,
         **base
     )