Skip to content

Commit 3ee6b89

Browse files
committed
remove the xfail, this has been fixed 2-3 years ago
1 parent 8f2ceed commit 3ee6b89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cf_xarray/tests/test_units.py

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def test_integer_units():
5858
assert str(ureg.parse_units(1)) == "dimensionless"
5959

6060

61-
@pytest.mark.xfail(reason="not supported by pint, yet: hgrecco/pint#1295")
6261
def test_udunits_power_syntax():
6362
"""Test that UDUNITS style powers are properly parsed and interpreted."""
6463
assert ureg("m2 s-2").units == ureg.m**2 / ureg.s**2

0 commit comments

Comments
 (0)