Skip to content

Commit

Permalink
Skip one test pending hgrecco/pint#1766
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed May 2, 2023
1 parent 2d90c7a commit 0e4e8ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ixmp/tests/reporting/test_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ def test_platform_units(test_mp, caplog, ureg):
bad_units = [
("-", "-", "-"),
("???", r"\?\?\?", r"\?\?\?"),
("E$", r"E\$", r"\$"),
# Disabled pending https://github.com/hgrecco/pint/issues/1766
# ("E$", r"E\$", r"\$"),
]
for unit, expr, chars in bad_units:
# Add the unit
Expand Down

0 comments on commit 0e4e8ab

Please sign in to comment.