Skip to content

Commit 21f2c9f

Browse files
committed
-
1 parent c57618c commit 21f2c9f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

source_py2/test_python_toolbox/test_combi/test_extensive.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ def _check_variation_selection(variation_selection, perm_space_type,
154154
degrees, slice_, perm_type):
155155
assert isinstance(variation_selection,
156156
combi.perming.variations.VariationSelection)
157-
# return #blocktodo remove
158-
print(variation_selection.number) #blocktodo remove
159-
160157
kwargs = {}
161158

162159
iterable_or_length, sequence = iterable_or_length_and_sequence

source_py2/test_python_toolbox/test_math_tools/test_cute_floor_div_and_divmod.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +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.
68+
# todo: When version of Pypy with bug 1873 is released, remove this
69+
# skipping.
7070
raise nose.SkipTest
7171
meaningful_cases = (
7272
(infinity, 3), (infinity, 300.5), (infinity, -3), (infinity, -300.5),

0 commit comments

Comments
 (0)