diff --git a/pint/testsuite/test_measurement.py b/pint/testsuite/test_measurement.py index b930d4ae5..8a98128ef 100644 --- a/pint/testsuite/test_measurement.py +++ b/pint/testsuite/test_measurement.py @@ -139,7 +139,7 @@ def test_format_perce(self, func_registry, spec, expected): "spec, expected", [ ("", "(4.00 +/- 0.10)e+20 second ** 2"), - ("!r", ""), + # ("!r", ""), ("P", "(4.00 ± 0.10)×10²⁰ second²"), ("L", r"\left(4.00 \pm 0.10\right) \times 10^{20}\ \mathrm{second}^{2}"), ("H", "(4.00 ± 0.10)×1020 second2"), @@ -157,7 +157,7 @@ def test_format_exponential_pos(self, func_registry, spec, expected): "spec, expected", [ ("", "(4.00 +/- 0.10)e-20 second ** 2"), - ("!r", ""), + # ("!r", ""), ("P", "(4.00 ± 0.10)×10⁻²⁰ second²"), ( "L",