Skip to content

Commit 2f4d126

Browse files
committed
oops, forgot a "# pragma: no cover"
1 parent 2545146 commit 2f4d126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unpythonic/test/test_mathseq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def runtests():
6464

6565
try:
6666
from mpmath import mpf
67-
except ImportError:
67+
except ImportError: # pragma: no cover
6868
error["mpmath not installed in this Python, cannot test arbitrary precision input for mathseq."]
6969
else:
7070
test[almosteq(mpf(1.0), mpf(1.0 + ulp(1.0)))]

0 commit comments

Comments
 (0)