python-fakeredis 1.1.0-2 source package in Ubuntu

Changelog

python-fakeredis (1.1.0-2) unstable; urgency=medium

  * d/control: Add lower B-D constraints for pytest and pytest-cov

 -- Ondřej Kobližek <email address hidden>  Tue, 10 Dec 2019 13:03:53 +0100

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-fakeredis_1.1.0-2.dsc 2.5 KiB 6fce02ca2607f9bcfa2722bbe666dd82638da31a9f4ed2b0c9f95a2e49cca72f
python-fakeredis_1.1.0.orig.tar.gz 63.1 KiB 232bbc95d74e63755758c9c84da38da08cebe1761b32970bb3eb36ad19b23135
python-fakeredis_1.1.0-2.debian.tar.xz 51.7 KiB b04349c2e192b9e3dedf07e1ab56610ec64fe32b3744d04344747fd8ef6e5c51

Available diffs

No changes file available.

Binary packages built by this source

python3-fakeredis: Fake version of a redis-py

 fakeredis is a pure Python implementation of the redis-py Python client that
 simulates talking to a redis server. This was created for a single purpose:
 to write unittests. Setting up redis is not hard, but many times you want to
 write unittests that do not talk to an external server (such as redis).
 This module now allows tests to simply use this module as a reasonable
 substitute for redis.