python-flaky 3.7.0-2 source package in Ubuntu

Changelog

python-flaky (3.7.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Update standards version to 4.5.1, no changes needed.

 -- Sandro Tosi <email address hidden>  Fri, 03 Jun 2022 11:58:03 -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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flaky_3.7.0-2.dsc 2.1 KiB 66e3b8403e4757d6f71ae5823c7e0a3711a812880acea950d89a1c1b8cb302e7
python-flaky_3.7.0.orig.tar.gz 35.3 KiB d2d0c482ef43211e9ef23213dd83ec1b2686c1510a5ac83624b7d6b41710c3eb
python-flaky_3.7.0-2.debian.tar.xz 2.7 KiB dbd7542b39e7014008140e081f466b22ffdf5dae09962ae992ad324f03ed4668

Available diffs

No changes file available.

Binary packages built by this source

python3-flaky: Plugin for py.test that automatically reruns flaky tests

 Flaky is a plugin for py.test that automatically reruns flaky tests.
 .
 Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on
 components that aren't 100% reliable. With flaky, instead of removing those
 tests or marking them to @skip, they can be automatically retried.