Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ipfshttpclient #1775

Merged
merged 2 commits into from
Oct 15, 2020
Merged

Conversation

kclowes
Copy link
Collaborator

@kclowes kclowes commented Oct 14, 2020

What was wrong?

The ipfshttpclient package updated, and now our tests can pass again!

How was it fixed?

Updated, but not sure if pinning to the alpha version is any better. If it's not better, I can close this PR until it's out of pre-release. I pinned instead of providing a range because it sounds like there will be breaking changes still.

Todo:

Cute Animal Picture

image

Copy link
Contributor

@njgheorghita njgheorghita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! just one missing thing is to rollback the docstring from python back to doctest here

@@ -45,7 +44,6 @@ def test_get_resolvable_backends_for_supported_uris(uri, backends):
),
)
@pytest.mark.skipif('WEB3_INFURA_PROJECT_ID' not in os.environ, reason='Infura API key unavailable')
@pytest.mark.xfail(reason="py-ipfs-http-client library doesn't support go-ipfs v0.7.0")
def test_get_translatable_backends_for_supported_uris(uri, backends):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it doesn't make a difference to the test passing, but maybe we want to add the dummy_ipfs_backend back in the args here like it was before

@kclowes
Copy link
Collaborator Author

kclowes commented Oct 15, 2020

Aha, good memory! thank you!

@kclowes kclowes force-pushed the update-ipfshttpclient branch from 8e9e3f7 to 3db3d64 Compare October 15, 2020 17:37
@kclowes kclowes merged commit aae68f6 into ethereum:master Oct 15, 2020
@kclowes kclowes deleted the update-ipfshttpclient branch October 15, 2020 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants