forked from pool/python-PyNaCl
- run the testsuite
- added patches
a8c08b18f3
+ python-PyNaCl-hypothesis-remove-average_size.patch
OBS-URL: https://build.opensuse.org/request/show/707227
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=7
22 lines
568 B
Diff
22 lines
568 B
Diff
iff --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)
|
|
|