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

  • Default inline alert: Версия в репозитории: 2.3.1-alt1

Исходный пакет: python3-module-pytest-timeout
Версия: 2.1.0-alt1
Последняя версия по данным Repology
Собран:  20 июля 2022 г. 23:20 в задании #304013
Категория: Разработка/Python 3
Сообщить об ошибке в пакете
Домашняя страница: 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-пакетом:
python3-module-pytest-timeout (noarch)

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


Права:
Stanislav Levin
@everybody

    1. python3(wheel)
    2. /dev/pts
    3. python3-module-pexpect
    4. python3-module-pyproject-installer
    5. python3-module-pytest
    6. python3-module-tox
    7. python3-module-tox-console-scripts
    8. python3-module-tox-no-deps
    9. python3(setuptools)
    10. rpm-build-python3

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


20 июля 2022 г. Stanislav Levin 2.1.0-alt1
- 1.3.3 -> 2.1.0.
9 сентября 2020 г. Stanislav Levin 1.3.3-alt4
- Stopped Python2 package build.
9 августа 2019 г. Stanislav Levin 1.3.3-alt3
- Fixed testing against Pytest 5.