python-flaky 3.8.1-4 source package in Ubuntu

Changelog

python-flaky (3.8.1-4) unstable; urgency=medium

  * Apply Multi-Arch: hint
  * Add debian/salsa-ci.yml
  * Bump Standards-Version to 4.7.3, drop Priority: tag
  * Rewrite d/watch in v5 format

 -- Alexandre Detiste <email address hidden>  Mon, 05 Jan 2026 21:55:43 +0100

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
Stonking release universe misc
Resolute release universe misc

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flaky_3.8.1-4.dsc 2.2 KiB f21802d0c6a91d2e34e5771bcb253ce1aaf3f6a8982560e778f1b128e186746a
python-flaky_3.8.1.orig.tar.gz 30.8 KiB 2656989f02deca3854aeecfe7fb5f8e7d96cd68737846e7e8ca7b058658908a2
python-flaky_3.8.1-4.debian.tar.xz 3.3 KiB f79838ca848122ae3cff8f14c59024624a2f454e321062c27eb2759b2f17aac6

Available diffs

No changes file available.

Binary packages built by this source

python3-flaky: Plugin for pytest that automatically reruns flaky tests

 Flaky is a plugin for pytest 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.