python-flaky 3.8.1-1 source package in Ubuntu

Changelog

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

  * Team upload

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

  [ Bastian Germann ]
  * Remove retired uploader (closes: #1041182)

  [ Julian Gilbey ]
  * Update d/watch to new GitHub layout
  * New upstream version: drop dependency on python3-nose (closes: #1018494)
    and other unneeded packages
  * Add autopkgtest tests

 -- Julian Gilbey <email address hidden>  Mon, 18 Mar 2024 19:56:52 +0000

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flaky_3.8.1-1.dsc 2.1 KiB 0d33f94c739b373e2200fac67086860746b33de40030f4264bf5634fa8a25f42
python-flaky_3.8.1.orig.tar.gz 30.8 KiB 2656989f02deca3854aeecfe7fb5f8e7d96cd68737846e7e8ca7b058658908a2
python-flaky_3.8.1-1.debian.tar.xz 3.1 KiB 9b091b74bee5753cd5491e3954920da7056700ca3cb9f2d73aee249e92f7e873

Available diffs

No changes file available.

Binary packages built by this source

python3-flaky: Plugin for nose or py.test that automatically reruns flaky tests (Python 3)

 Flaky is a plugin for nose or 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.
 .
 This package contains the Python 3 version of flaky.