Skip to content

Commit

Permalink
minor. remove print()
Browse files Browse the repository at this point in the history
  • Loading branch information
BerengerBerthoul committed Oct 3, 2024
1 parent b89b606 commit ef9a842
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytest_parallel/process_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def __init__(self, scheduler_ip_address, scheduler_port, test_idx, detach):
@pytest.hookimpl(tryfirst=True)
def pytest_runtestloop(self, session) -> bool:
comm = MPI.COMM_WORLD
print("\n\n\nwololo",[item.name for item in session.items])
assert len(session.items) == 1, f'INTERNAL FATAL ERROR in pytest_parallel with slurm scheduling: should only have one test per worker, but got {len(session.items)}'
item = session.items[0]
test_comm_size = get_n_proc_for_test(item)
Expand Down

0 comments on commit ef9a842

Please sign in to comment.