mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
pytest-run-parallel is a simple pytest plugin to run tests concurrently. This pytest plugin takes a set of tests that would be normally be run serially and execute them in parallel. The main goal of pytest-run-parallel is to discover thread-safety issues that could exist when using C libraries, this is of vital importance after PEP703, which provides a path for a CPython implementation without depending on the Global Interpreter Lock (GIL), thus allowing for proper parallelism in programs that make use of the CPython interpreter.
3 lines
180 B
Text
3 lines
180 B
Text
TIMESTAMP = 1739116666
|
|
SHA256 (pytest_run_parallel-0.3.1.tar.gz) = 636306d3ed6838898d8d42b3cd379dac7b327ce6d68df1bcc30d55a208d5081e
|
|
SIZE (pytest_run_parallel-0.3.1.tar.gz) = 14142
|