fakesleep 0.1-4 source package in Ubuntu

Changelog

fakesleep (0.1-4) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 26 May 2022 10:46:20 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fakesleep_0.1-4.dsc 1.9 KiB ad9aa2af1accdf5708156b77281845924812200cbd11f2078742fbf2fede9dfb
fakesleep_0.1.orig.tar.gz 8.0 KiB c577e2183207bf5f509b4f06100cd4722660300f9953e396d730727937bdfc41
fakesleep_0.1-4.debian.tar.xz 2.7 KiB eb54a41e55ec64529ad573063b27100a48414821f275502fa4cc459049a2df10

Available diffs

No changes file available.

Binary packages built by this source

python3-fakesleep: Fake version of time.sleep() for use in tests

 The fakesleep module helps testing code that use `time.sleep()`. Sleeping in
 tests is generally considered bad (as it makes tests run slow). Using
 sleep with `time.time()` can lead to spurious failures, as clock
 precision / interpreter overhead can cause small differences in reported
 times.
 .
 This package provides the Python 3.x module.