Пакет python3-module-pytest-xdist: Информация

    Исходный пакет: python3-module-pytest-xdist
    Версия: 2.5.0-alt1
    Собран:  24 июня 2023 г. 0:03 в задании #317847
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/pytest-xdist/

    Лицензия: MIT
    О пакете: pytest xdist plugin for distributed testing and loop-on-failing modes
    Описание: 
    The pytest-xdist plugin extends py.test with some unique test execution
    modes:
    
    * test run parallelization: if you have multiple CPUs or hosts you can
      use those for a combined test run. This allows to speed up development
      or to use special resources of remote machines.
    * --boxed: (not available on Windows) run each test in a boxed
      subprocess to survive SEGFAULTS or otherwise dying processes
    * --looponfail: run your tests repeatedly in a subprocess. After each
      run py.test waits until a file in your project changes and then
      re-runs the previously failing tests. This is repeated until all tests
      pass after which again a full run is performed.
    * Multi-Platform coverage: you can specify different Python interpreters
      or different platforms and run tests in parallel on all of them.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-pytest-xdist (noarch)

    Сопровождающий: Stanislav Levin


      1. python3(pexpect)
      2. /dev/pts
      3. python3(psutil)
      4. python3-module-setuptools
      5. python3-module-setuptools_scm
      6. python3(pytest)
      7. python3(pytest_forked)
      8. python3(execnet)
      9. rpm-build-python3
      10. python3(tox)
      11. python3(tox_console_scripts)

    Последнее изменение


    28 февраля 2022 г. Stanislav Levin 2.5.0-alt1
    - 2.1.0 -> 2.5.0.
    14 октября 2020 г. Stanislav Levin 2.1.0-alt1
    - 1.29.0 -> 2.1.0.
    - Stopped Python2 package build(Python2 EOL).
    29 апреля 2020 г. Stanislav Levin 1.29.0-alt3
    - Fixed FTBFS.