Skip to content

Commit

Permalink
skip hawk test case (integration) and upgrade dependent packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric05 authored Aug 23, 2024
1 parent 68084b1 commit 80023d1
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 59 deletions.
116 changes: 59 additions & 57 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ parsys-requests-unixsocket = "0.3.2"
requests-aws4auth = "1.3.1"
requests-ntlm = "1.3.0"
restrictedpython = "7.2"
faker = "26.1.0"
faker = "27.4.0"
requests-hawk = "1.2.1"
msal = "1.30.0"
pyyaml = "6.0.1"
pyyaml = "6.0.2"
toml = "0.10.2"
requests = "2.32.3"

Expand Down
1 change: 1 addition & 0 deletions test/core/test_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def test_ntlm_auth_integration(self):
resp = req_comp.get_response()
self.assertEqual(200, resp.status_code)

@skip
def test_hawk_auth_integration(self):
filename = f"{base_dir}/hawkauth.http"
req_comp = self.get_req_comp(filename, target=1)
Expand Down

0 comments on commit 80023d1

Please sign in to comment.