14
0
forked from pool/python-PyNaCl

Accepting request 707227 from home:pgajdos

- 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
This commit is contained in:
Tomáš Chvátal
2019-06-03 15:03:37 +00:00
committed by Git OBS Bridge
parent fd6001c459
commit d2302a1307
3 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
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)