Package python3-module-pytest-timeout: Information

    Source package: python3-module-pytest-timeout
    Version: 1.3.3-alt4
    Build time:  Jun 28, 2021, 05:22 AM in the task #275986
    Report package bug
    License: MIT
    Summary: pytest plugin which will terminate tests after a certain timeout
    Description: 
    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.

    List of rpms provided by this srpm:
    python3-module-pytest-timeout (noarch)

    Maintainer: Stanislav Levin


      1. /dev/pts
      2. python3-module-pexpect
      3. python3-module-pytest
      4. python3-module-setuptools
      5. python3-module-tox
      6. rpm-build-python3

    Last changed


    Sept. 9, 2020 Stanislav Levin 1.3.3-alt4
    - Stopped Python2 package build.
    Aug. 9, 2019 Stanislav Levin 1.3.3-alt3
    - Fixed testing against Pytest 5.
    May 31, 2019 Stanislav Levin 1.3.3-alt2
    - Fixed Pytest4.x compatibility errors.