py.test plugin for running tests in isolated forked subprocesses
Repositories
Extras
Description
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.
* Sat Nov 18 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.4.0-1
- Rebuilt for MSVSphere 9.2
* Sat Dec 11 2021 Scott Talbert <swt@techie.net> - 1.4.0-1
- Update to new upstream release (#2031175)