python-zake 0.2.2-6 source package in Ubuntu

Changelog

python-zake (0.2.2-6) unstable; urgency=medium

  * Do not run test_purge_clients_triggered() (Closes: #923827).

 -- Thomas Goirand <email address hidden>  Wed, 08 May 2024 11:57:54 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
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-zake_0.2.2-6.dsc 2.1 KiB 7d0d5272c68067de82b63c86fb4e6c8513509429b358300e11d26fed876f546d
python-zake_0.2.2.orig.tar.xz 16.3 KiB 9d47d21034a624e6786f0e33116bebefadc6f633cf9e5d753425f6e9db552fd9
python-zake_0.2.2-6.debian.tar.xz 3.1 KiB 691b549d117383e31db146a2a3a55314d8410f42832c22a8603063e33c9382c8

Available diffs

No changes file available.

Binary packages built by this source

python3-zake: provides a set of testing utilities for the kazoo library - Python 3.x

 Zake is a Python package that works to provide a nice set of testing utilities
 for the kazoo library.
 .
 It includes the following functionality:
  * Storage access (for viewing what was saved/created).
  * Kazoo *mostly* compatible client API.
  * Sync/transaction/create/get/delete... commands.
  * Listener support.
  * And more...
 .
 It simplifies testing by providing a client that has a similar API as the
 kazoo client so that your tests (or applications/libraries that use kazoo) do
 not require a real zookeeper server to be tested with (since this is not
 available in all testing environments).
 .
 This package contains the Python 3.x module.