Skip to content

Commit f42dd13

Browse files
TonioFpont-us
andauthored
Update test/cli/test_dump.py
Co-authored-by: Pontus Lurcock <[email protected]>
1 parent d34a89d commit f42dd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/test_dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_dump_ds(self):
1414
result = self.invoke_cli(["dump", TEST_NC_FILE])
1515

1616
# Use a regex to accommodate the differing output formats produced by
17-
# xarray 2023.8.0 and 2024.2.0.
17+
# various xarray versions.
1818
output_regex = r"""<xarray.Dataset>( Size: 8MB)?
1919
Dimensions:\s+\((?=.*lon: 360)(?=.*lat: 180)(?=.*time: 5)(?=.*bnds: 2).*?\)
2020
Coordinates:

0 commit comments

Comments
 (0)