python-pytest-timeout 1.2.1-1 source package in Ubuntu

Changelog

python-pytest-timeout (1.2.1-1) unstable; urgency=medium

  * New upstream release
  * Update VCS fields to salsa.debian.org
  * Bumped standard version to 4.1.2, no changes were needed.
  * Update upstream changelog

 -- gustavo panizzo <email address hidden>  Sat, 30 Dec 2017 10:26:21 +0800

Upload details

Uploaded by:
gustavo panizzo
Uploaded to:
Sid
Original maintainer:
gustavo panizzo
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pytest-timeout_1.2.1-1.dsc 2.2 KiB 0516831713255aae14b52813ef92341cc54365e543b6b30aaa414ab4d437d909
python-pytest-timeout_1.2.1.orig.tar.gz 9.2 KiB 83397d9102d1edc8b42d32382927cfbb2c1c615528ba542c43300c97aeba396a
python-pytest-timeout_1.2.1-1.debian.tar.xz 12.6 KiB 5d4c3ecf8234a5bc534fff1e582be28a6178d9aac24b47588281d6c4314f94bd

Available diffs

No changes file available.

Binary packages built by this source

python-pytest-timeout: 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.

python3-pytest-timeout: 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.