Skip to content

Commit

Permalink
Freeze responses at 0.6.0 to avoid bug.
Browse files Browse the repository at this point in the history
Closes #402.
  • Loading branch information
decentral1se authored and lwm committed Aug 7, 2017
1 parent 299720f commit 7f8b654
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mock = "*"
pylama = "*"
pytest = "*"
pytest-cov = "*"
responses = "*"
responses = "==0.6.0"
sphinx-autobuild = "*"
testfixtures = "*"
tox = "*"
Expand Down
4 changes: 2 additions & 2 deletions Pipfile.lock

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

1 change: 0 additions & 1 deletion tests/test_oic_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ def test_verify_sector_identifier_nonreachable(self):

assert len(logcap.records) == 0

@pytest.mark.skip(reason='https://github.com/OpenIDC/pyoidc/issues/402')
def test_verify_sector_identifier_error(self):
rr = RegistrationRequest(operation="register", sector_identifier_uri="https://example.com")
error = ConnectionError('broken connection')
Expand Down

0 comments on commit 7f8b654

Please sign in to comment.