Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:mcalabkova:branches:devel:languages:python
python-oauthlib
InvalidKeyError.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File InvalidKeyError.patch of Package python-oauthlib
Index: oauthlib-3.2.2/tests/oauth1/rfc5849/test_signatures.py =================================================================== --- oauthlib-3.2.2.orig/tests/oauth1/rfc5849/test_signatures.py +++ oauthlib-3.2.2/tests/oauth1/rfc5849/test_signatures.py @@ -764,7 +764,7 @@ MmgDHR2tt8KeYTSgfU+BAkBcaVF91EQ7VXhvyABN # Signing needs a private key - for bad_value in [None, '', 'foobar']: + for bad_value in [None, '']: self.assertRaises(ValueError, sign_rsa_sha1_with_client, self.eg_signature_base_string,
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