pytest-forked 1.1.3-1 source package in Ubuntu

Changelog

pytest-forked (1.1.3-1) unstable; urgency=medium

  * Update to new upstream release 1.1.3
  * Bump Standards-Version to 4.5.0

 -- Scott Talbert <email address hidden>  Thu, 13 Feb 2020 21:36:04 -0500

Upload details

Uploaded by:
Scott Talbert
Uploaded to:
Sid
Original maintainer:
Scott Talbert
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-forked_1.1.3-1.dsc 2.1 KiB a70171eb6f1f31281172f70f49dfc3a429998776b361e00e9969541342784ddd
pytest-forked_1.1.3.orig.tar.xz 6.4 KiB 2cc44ea085b3fdd0844c968b1625c8cd68da6db3133689c85ad0ec7b08d069ed
pytest-forked_1.1.3-1.debian.tar.xz 2.7 KiB 9652226174c846255c0615566ee52609485d3f0134ddef6232025616cec8ca03

No changes file available.

Binary packages built by this source

python3-pytest-forked: py.test plugin for running tests in forked subprocesses (Python 3)

 The pytest-forked plugin extends py.test by adding an option to run tests in
 isolated forked subprocesses. This is useful if you have tests involving C or
 C++ libraries that might crash the process. To use the plugin, simply use the
 --forked argument when invoking py.test.
 .
 This package contains pytest-forked for Python 3.