pytest-forked 1.6.0-1 source package in Ubuntu

Changelog

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

  * Update to new upstream release 1.6.0
  * Build using pyproject build plugin
  * Update Standards-Version to 4.6.2
  * Swap Maintainer/Uploader to encourage collaborative maintenance
  * Update d/watch version to 4

 -- Scott Talbert <email address hidden>  Thu, 15 Jun 2023 17:16:27 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-forked_1.6.0-1.dsc 2.2 KiB 10888d8673e6a34477c9de97a36c2b1efe87e8099183f6aeda75550ef7485d1e
pytest-forked_1.6.0.orig.tar.xz 8.6 KiB 1c0ba8276f99a896e0404b5e804c5410615e26ce413c7b89f2184163b413d9b4
pytest-forked_1.6.0-1.debian.tar.xz 3.0 KiB b26e4a755eb689f0b57e463e6e637cff6f7201b422a33f54b164b9a49e55e276

Available diffs

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.