Skip to content

Commit

Permalink
skip test_resolve_collection_data_no_external on in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
damjankuznar committed Jul 27, 2023
1 parent f27a2d5 commit 163ae63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/resolver/test_testset_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,10 @@ def test_resolve_collection_data_rarity_sniffer(self):

assert len(rows) == 10_000

@pytest.mark.skip(reason="Needs OpenSea API key to be set up")
@pytest.mark.skipif(
"not config.getoption('--run-resolvers')",
reason="Needs OpenSea API key to be set up",
)
def test_resolve_collection_data_no_external(self):
# Have the resolver pull in BAYC rarity rankings from various sources
# Just do a check to ensure the ranks from different providers are
Expand Down

0 comments on commit 163ae63

Please sign in to comment.