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
    Report package bug
    License: 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.

    List of RPM packages built from this SRPM:
    python3-module-pytest-run-parallel (noarch)

    Maintainer: Alexandr Shashkin

    List of contributors:
    Alexandr Shashkin

      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-pytest
      3. python3-module-pytest-order
      4. python3-module-setuptools
      5. python3-module-tox
      6. rpm-build-pyproject

    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.