Package python3-module-pytest-run-parallel: Information
Source package: python3-module-pytest-run-parallel
Version: 0.4.4-alt1
Build time: Aug 20, 2025, 01:19 PM
Category: Development/Python3
Report package bugLicense: MIT
Summary: A simple pytest plugin to run tests concurrently
Description:
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.
Maintainer: Alexandr Shashkin
Last changed
June 21, 2025 Alexandr Shashkin 0.4.4-alt1
- Updated to 0.4.4.
May 27, 2025 Alexandr Shashkin 0.4.3-alt1
- Updated to 0.4.3.
April 4, 2025 Alexandr Shashkin 0.3.1-alt1
- Initial build for ALT Sisyphus.