summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pynacl/files/pynacl-1.3.0-hypothesis-4.patch')
-rw-r--r--dev-python/pynacl/files/pynacl-1.3.0-hypothesis-4.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/pynacl/files/pynacl-1.3.0-hypothesis-4.patch b/dev-python/pynacl/files/pynacl-1.3.0-hypothesis-4.patch
deleted file mode 100644
index 9b7a5a905d41..000000000000
--- a/dev-python/pynacl/files/pynacl-1.3.0-hypothesis-4.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From af2d8c241872318baba42d7f5fbfb1869de91baa Mon Sep 17 00:00:00 2001
-From: Valentin Heidelberger <github@valentinsblog.com>
-Date: Thu, 27 Sep 2018 22:36:34 +0200
-Subject: [PATCH] Remove average_size hypothesis setting from test_bindings.py
-
----
- tests/test_bindings.py | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/tests/test_bindings.py b/tests/test_bindings.py
-index 22930cc7..d7951a21 100644
---- a/tests/test_bindings.py
-+++ b/tests/test_bindings.py
-@@ -306,7 +306,6 @@ def test_unpad_not_padded():
-
-
- @given(binary(min_size=0,
-- average_size=128,
- max_size=2049),
- integers(min_value=16,
- max_value=256)
-@@ -320,7 +319,6 @@ def test_pad_sizes(msg, bl_sz):
-
-
- @given(binary(min_size=0,
-- average_size=128,
- max_size=2049),
- integers(min_value=16,
- max_value=256)