Skip to content

Commit

Permalink
Update workaround for #145 / pydata/xarray#9694
Browse files Browse the repository at this point in the history
Still present in xarray 2024.11.0.
  • Loading branch information
khaeru committed Nov 26, 2024
1 parent b6d92e1 commit e7d3254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genno/testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# Common marks used in multiple places. Do not reuse keys.
MARK = {
"issue/145": pytest.mark.xfail(
condition="2024.10.0" == version("xarray"),
condition="2024.10.0" <= version("xarray"),
reason="with SparseDataArray only (https://github.com/pydata/xarray/issues/9694)",
),
}
Expand Down

0 comments on commit e7d3254

Please sign in to comment.