Skip to content

Commit 1f31c97

Browse files
Removed debugging statement from testing/python/approx.py
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent 7daa120 commit 1f31c97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/python/approx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,6 @@ def __len__(self):
10181018
def test_decimal_approx_repr(self, monkeypatch) -> None:
10191019
monkeypatch.setitem(decimal.getcontext().traps, decimal.FloatOperation, True)
10201020
approx_obj = pytest.approx(decimal.Decimal("2.60"))
1021-
print(f"Attempting to represent pytest.approx(Decimal): {approx_obj}")
10221021
assert decimal.Decimal("2.600001") == approx_obj
10231022

10241023
def test_allow_ordered_sequences_only(self) -> None:

0 commit comments

Comments
 (0)