python-flaky 3.6.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.
  * Fix tests for new pytest and run nosetests too.
  * d/clean: Clean .pytest_cache.
  * d/source/options: Ignore .egg-info.

 -- Ondřej Nový <email address hidden>  Thu, 08 Aug 2019 09:53:51 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flaky_3.6.1-1.dsc 2.2 KiB 1fcc4ad186508a25767446de5b7bf4f7362d78a9619511939d7306eb0a4656f8
python-flaky_3.6.1.orig.tar.gz 35.2 KiB 9a3dd0f33dc38c9aec1e82f16777857788ef595636004609b1bdcc14f497d1e7
python-flaky_3.6.1-1.debian.tar.xz 2.4 KiB de42b78626dc3668909520f86d481ced4dfd7b9d696c534ff92faf1c28faf99a

Available diffs

No changes file available.

Binary packages built by this source

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

 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 2 version of flaky.

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.