Skip to content

Commit 010153f

Browse files
committed
-
1 parent 64d578b commit 010153f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source_py2/test_python_toolbox/test_math_tools/test_cute_floor_div_and_divmod.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ def test_illegal_cases():
6565

6666
def test_meaningful_cases():
6767
if sys_tools.is_pypy:
68+
# blocktodo: When version of Pypy with bug 1873 is released, remove
69+
# this skipping.
6870
raise nose.SkipTest
6971
meaningful_cases = (
7072
(infinity, 3), (infinity, 300.5), (infinity, -3), (infinity, -300.5),

0 commit comments

Comments
 (0)