CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/04/22 05:43:15
Log message:
Import devel/py-test-run-parallel 0.4.0.
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.
adds the pytest 'thread_unsafe' marker, needed to run tests for pydantic
update
ok tb@
Status:
Vendor Tag: landry
Release Tags: landry_20250422
N ports/devel/py-test-run-parallel/Makefile
N ports/devel/py-test-run-parallel/distinfo
N ports/devel/py-test-run-parallel/pkg/DESCR
N ports/devel/py-test-run-parallel/pkg/PLIST
No conflicts created by this import