Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
python-cryptography.19472
disable-uneven-sizes-tests.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disable-uneven-sizes-tests.patch of Package python-cryptography.19472
Index: cryptography-1.0/tests/hazmat/primitives/test_rsa.py =================================================================== --- cryptography-1.0.orig/tests/hazmat/primitives/test_rsa.py +++ cryptography-1.0/tests/hazmat/primitives/test_rsa.py @@ -91,7 +91,8 @@ class TestRSA(object): ("public_exponent", "key_size"), itertools.product( (3, 5, 65537), - (1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1536, 2048) + #(1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1536, 2048) + (1024, 1026, 1028, 1030, 1536, 2048) ) ) def test_generate_rsa_keys(self, backend, public_exponent, key_size):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor