Skip to content

Commit

Permalink
un-xfail a few things for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Oct 8, 2020
1 parent 844e62e commit d73dd73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ethpm/backends/test_ipfs_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def test_ipfs_and_infura_gateway_backends_fetch_uri_contents(base_uri, backend):
assert contents.startswith(b"pragma solidity")


@pytest.mark.xfail(reason="py-ipfs-http-client library doesn't support go-ipfs v0.7.0")
def test_local_ipfs_backend(owned_manifest_path):
uri = "ipfs://Qme4otpS88NV8yQi8TfTP89EsQC5bko3F5N1yhRoi6cwGV"
backend = LocalIPFSBackend()
Expand Down Expand Up @@ -105,7 +104,6 @@ def test_get_ipfs_backend_with_default_backend():
assert isinstance(backend, InfuraIPFSBackend)


@pytest.mark.xfail(reason="py-ipfs-http-client library doesn't support go-ipfs v0.7.0")
def test_get_uri_backend_with_env_variable(dummy_ipfs_backend, monkeypatch):
monkeypatch.setenv(
"ETHPM_IPFS_BACKEND_CLASS", "ethpm.backends.ipfs.LocalIPFSBackend"
Expand Down

0 comments on commit d73dd73

Please sign in to comment.