summaryrefslogtreecommitdiffstats
path: root/contrib/python/oauthlib/patches/02-support-old-cryptography.patch
blob: f966711119cdb604f729fdfd138a3ff78a4f4276 (plain) (blame)
1
2
3
4
5
--- contrib/python/oauthlib/tests/oauth1/rfc5849/test_signatures.py	(index)
+++ contrib/python/oauthlib/tests/oauth1/rfc5849/test_signatures.py	(working tree)
@@ -775 +775 @@ MmgDHR2tt8KeYTSgfU+BAkBcaVF91EQ7VXhvyABNYjeYP7lU7orOgdWMa/zbLXSU
-        self.assertRaises(InvalidKeyError,
+        self.assertRaises((InvalidKeyError, ValueError),