Skip to content

Replace pytest-xdist with pytest-forked for testing

Anton Joubert requested to merge issue-447-pytest-xdist into develop

This fixes the deprecation issue with pytest-xdist related to the --boxed option. We use pytest-forked instead.

Fixes: #447 (closed)

Merge request reports