From c5a1672af24ed44b3ab87998ca17d0c3856ffdde Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 11 Oct 2019 15:20:18 -0400
Subject: [PATCH] unused development scaffolding

---
 src/_zkapauthorizer/tests/test_storage_protocol.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/_zkapauthorizer/tests/test_storage_protocol.py b/src/_zkapauthorizer/tests/test_storage_protocol.py
index c7488b5..9789d50 100644
--- a/src/_zkapauthorizer/tests/test_storage_protocol.py
+++ b/src/_zkapauthorizer/tests/test_storage_protocol.py
@@ -375,7 +375,6 @@ class ShareTests(TestCase):
             HasLength(1),
         )
 
-#    @reproduce_failure('4.7.3', 'AXicY2CgMWAEQhgTCGBsAADOAAc=')
     @given(
         storage_index=storage_indexes(),
         secrets=tuples(
-- 
GitLab