Skip to content

Commit

Permalink
test: remove test skips
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Jul 18, 2023
1 parent e3a4ff1 commit dca903a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/functional/test_uniswap_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@
def test_uniswap_tokenlists(token_list_name):
token_list = requests.get(UNISWAP_RAW_URL + token_list_name).json()

if token_list_name in (
"example-crosschain.tokenlist.json",
"extensions-valid-object.tokenlist.json",
):
# TODO: Unskip once can handle object extensions
pytest.skip("https://github.com/ApeWorX/py-tokenlists/issues/20")

if "invalid" not in token_list_name:
assert TokenList.parse_obj(token_list).dict() == token_list

Expand Down

0 comments on commit dca903a

Please sign in to comment.