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

    Исходный пакет: python-module-pytest-timeout
    Версия: 1.3.3-alt1
    Собран:  30 апреля 2019 г. 2:00 в задании #228367
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/pytest-timeout/

    Лицензия: MIT
    О пакете: pytest plugin which will terminate tests after a certain timeout
    Описание: 
    This is a plugin which will terminate tests after a certain timeout.
    When doing so it will show a stack dump of all threads running at the
    time. This is useful when running tests under a continuous integration
    server or simply if you don't know why the test suite hangs.
    
    Note that while by default on POSIX systems py.test will continue to
    execute the tests after a test has timed, out this is not always
    possible. Often the only sure way to interrupt a hanging test is by
    terminating the entire process. As this is a hard termination
    (os._exit()) it will result in no teardown, JUnit XML output etc. But
    the plugin will ensure you will have the debugging output on stderr
    nevertheless, which is the most important part at this stage.

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

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


      1. /dev/pts
      2. python3-module-pexpect
      3. python3-module-pytest
      4. python3-module-setuptools
      5. python3-module-tox
      6. python-module-pexpect
      7. python-module-pytest
      8. python-module-setuptools
      9. python-module-tox
      10. rpm-build-python3

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


    27 декабря 2018 г. Stanislav Levin 1.3.3-alt1
    - 1.3.2 -> 1.3.3.
    2 ноября 2018 г. Stanislav Levin 1.3.2-alt1
    - 1.2.0 -> 1.3.2.
    11 января 2017 г. Igor Vlasenko 1.2.0-alt1
    - automated PyPI update