Skip to content

Commit

Permalink
Merge pull request #80 from NickolausDS/update-requirements
Browse files Browse the repository at this point in the history
chore: update requirements for latest fair-identifiers-client
  • Loading branch information
NickolausDS authored Dec 2, 2021
2 parents 2ab6996 + 7779de9 commit 363029f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pytz
tzlocal<3.0
click
fair-identifiers-client>=0.4.1
globus-sdk<3.0.0>=1.8.0
fair-research-login>=0.1.5
fair-identifiers-client>=0.5.0
fair-research-login>=0.2.4
1 change: 1 addition & 0 deletions tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def mock_ic_error(monkeypatch):
mock_request = Mock()
mock_request.status_code = 401
mock_request.headers = {'Content-Type': 'application/json'}
mock_request.request.headers = mock_request.headers
mock_request.json.return_value = {'error': ['error'], 'code': 'foo',
'message': 'foo'}
return IdentifierClientError(mock_request)
Expand Down

0 comments on commit 363029f

Please sign in to comment.