Binary package “python3-pytest-forked” in ubuntu focal

py.test plugin for running tests in forked subprocesses (Python 3)

 The pytest-forked plugin extends py.test by adding an option to run tests in
 isolated forked subprocesses. This is useful if you have tests involving C or
 C++ libraries that might crash the process. To use the plugin, simply use the
 --forked argument when invoking py.test.
 .
 This package contains pytest-forked for Python 3.