pytest-forked 1.0.2-2 source package in Ubuntu

Changelog

pytest-forked (1.0.2-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.

  [ Scott Talbert ]
  * Remove Python 2 support (Closes: #937560)

 -- Scott Talbert <email address hidden>  Mon, 09 Dec 2019 22:24:44 -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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-forked_1.0.2-2.dsc 2.1 KiB ff06b398a05ab99c6876300a53dbe7cd7d18af81c3b2faec4db6c04dd068f2a5
pytest-forked_1.0.2.orig.tar.xz 5.9 KiB 6fbcc4d1c32fb88e1ed56fb1cd0c300605346f6aa557c892289bf8a9681f6d80
pytest-forked_1.0.2-2.debian.tar.xz 2.6 KiB 1689bf6f572784841acbea6252baf002168952d55c0f0d79a443c74808931ff4

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.