Skip to content

Commit

Permalink
remove the xfail, this has been fixed 2-3 years ago
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Jan 31, 2024
1 parent 8f2ceed commit 3ee6b89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cf_xarray/tests/test_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test_integer_units():
assert str(ureg.parse_units(1)) == "dimensionless"


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

0 comments on commit 3ee6b89

Please sign in to comment.