Adjust python tested versions

pull/21/head
Andrey Kislyuk 2020-04-24 13:59:49 -07:00
parent 2824b9b6e5
commit f814088b6a
No known key found for this signature in database
GPG Key ID: 8AFAFCD242818A52
2 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,9 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- nightly
dist: trusty

View File

@ -86,7 +86,6 @@ class TestRequestsHTTPSignature(unittest.TestCase):
headers = {"Date": date, "pubkey": pubkey_b64, "expectSig": expect_sig, "content-type": "application/json"}
self.session.post(url, json=payload, headers=headers, auth=auth)
#def test_signature_scheme(self):
auth = HTTPSignatureHeaderAuth(key=hmac_secret,
key_id="sekret",
headers=["(request-target)", "host", "date", "digest", "content-length"])