Skip to content

Strip address from ctx_factory.__str__

This way, pytest is able to collect tests in parallel.

Otherwise, different test slaves think they have collected different tests because the address of the context differs.

Merge request reports