pytest-forked 1.3.0-1 source package in Ubuntu

Changelog

pytest-forked (1.3.0-1) unstable; urgency=low

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Scott Talbert ]
  * Remove some unnecessary files from Files-Excluded
  * Update to new upstream release 1.3.0
  * Use pybuild.testfiles and clean up d/rules

 -- Scott Talbert <email address hidden>  Wed, 12 Aug 2020 19:37:37 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-forked_1.3.0-1.dsc 2.1 KiB 5d6e66887342e9872ccbcfa10ed48a9449bbe370932805f7f8ba8aa7ce314bc0
pytest-forked_1.3.0.orig.tar.xz 8.6 KiB cbc3bfcb49d6bea9f603e469e6869f0ad3a93403f413da7e771e7120a3b8bd54
pytest-forked_1.3.0-1.debian.tar.xz 2.8 KiB ecb29a268cc14bd5bbea155ad65da9e1f3eedd8bccc9c416f7015bbd0696dde2

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.