Skip to content

Commit

Permalink
Stop skipping test
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-guedes committed Aug 14, 2024
1 parent 0d63085 commit 25ac858
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def test_intake_grid_plot(grid_data_source):
data.plot(param="u10", isel={"time": 0})


@pytest.mark.skip(reason="This won't work with pydantic<2, fix once migrated")
@pytest.mark.skipif(DATAMESH_TOKEN is None, reason="Datamesh token required")
def test_source_datamesh():
dataset = SourceDatamesh(datasource="era5_wind10m", token=DATAMESH_TOKEN)
Expand Down

0 comments on commit 25ac858

Please sign in to comment.