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

    Исходный пакет: python-module-pytest-xdist
    Версия: 1.11-alt1.hg20140924.1
    Собран:  16 марта 2016 г. 4:58 в задании #161299
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/pytest-xdist/

    Лицензия: MIT
    О пакете: py.test 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-пакетом:
    python-module-pytest-xdist (noarch)
    python3-module-pytest-xdist (noarch)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Ivan Zakharyaschev
    Eugeny A. Rostovtsev

      1. python3-devel
      2. python3-module-setuptools
      3. python-devel
      4. rpm-build-python3
      5. python-module-setuptools

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


    13 марта 2016 г. Ivan Zakharyaschev 1.11-alt1.hg20140924.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    10 октября 2014 г. Eugeny A. Rostovtsev 1.11-alt1.hg20140924
    - Initial build for Sisyphus