Package: python-pytest-timeout Version: 1.0.0-1.1+0~20170422110134.7+jessie~1.gbpea174b Architecture: all Maintainer: gustavo panizzo Installed-Size: 71 Depends: python-pytest, python:any (<< 2.8), python:any (>= 2.7.5-5~) Homepage: http://bitbucket.org/flub/pytest-timeout/ Priority: optional Section: python Filename: pool/main/p/python-pytest-timeout/python-pytest-timeout_1.0.0-1.1+0~20170422110134.7+jessie~1.gbpea174b_all.deb Size: 18490 SHA256: 4491f322daf6c7aaa1336e6bc702b7db45271617b450360e411934fc1248d571 SHA1: c9742784f571402e5265436c01379a5cf0eff7f9 MD5sum: 0afbb752e7920c2379be43304adc1dcb Description: Pytest plugin to abort hanging tests - Python 2.X 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. See below for detailed information on the timeout methods and their side-effects. . The pytest-timeout plugin has been tested on Python 2.6 or higher, including 3.X and pypy. . This package provides support for Python 2.X. Package: python3-pytest-timeout Source: python-pytest-timeout Version: 1.0.0-1.1+0~20170422110134.7+jessie~1.gbpea174b Architecture: all Maintainer: gustavo panizzo Installed-Size: 71 Depends: python3-pytest, python3:any (>= 3.3.2-2~) Homepage: http://bitbucket.org/flub/pytest-timeout/ Priority: optional Section: python Filename: pool/main/p/python-pytest-timeout/python3-pytest-timeout_1.0.0-1.1+0~20170422110134.7+jessie~1.gbpea174b_all.deb Size: 18556 SHA256: be444e4a3b21fc25f13ffcaf7e29ad479ea46341d2062ab9aa660499e745cc31 SHA1: b68f7782e0aa1ef58fcbc3cb9df88e672f9592ef MD5sum: d0b3c88b692e25c02ed7f593388dcd46 Description: Pytest plugin to abort hanging tests - Python 3.X 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. See below for detailed information on the timeout methods and their side-effects. . The pytest-timeout plugin has been tested on Python 2.6 or higher, including 3.X and pypy. . This package provides support for Python 3.X.