We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352397c commit 4c9cf98Copy full SHA for 4c9cf98
launch_testing/launch_testing/pytest/plugin.py
@@ -319,10 +319,8 @@ def enumerate_reversed(sequence):
319
and is_shutdown_test(item) and not is_shutdown_test(other)
320
):
321
new_position = i + 1 + j
322
- print(f'moving {item.name} after {other.name}: {i} {i+j+1}')
323
if new_position is not None:
324
items.insert(new_position, items.pop(i))
325
- print([item.name for item in items])
326
327
328
@pytest.hookimpl(hookwrapper=True, tryfirst=True)
0 commit comments