pytest-mock 1.10.4-1 source package in Ubuntu

Changelog

pytest-mock (1.10.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release (Closes: #904304).
  * d/control: Remove ancient X-Python3-Version field
  * Use debhelper-compat instead of debian/compat.
  * Fix compatibility with newer Python, python-mock and pytest
    (Closes: #934960).
  * Bump standards version to 4.4.0 (no changes).
  * Bump debhelper compat level to 12.

 -- Ondřej Nový <email address hidden>  Sat, 24 Aug 2019 18:44:21 +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
pytest-mock_1.10.4-1.dsc 2.3 KiB df02551dc2fcc581b78db5faa52740838ac59a6844b314a71497fdf949962204
pytest-mock_1.10.4.orig.tar.gz 18.3 KiB 5bf5771b1db93beac965a7347dc81c675ec4090cb841e49d9d34637a25c30568
pytest-mock_1.10.4-1.debian.tar.xz 3.9 KiB 9c42d9402822490dc1e345b53e0f771fc0e89d0d65c0056fd45d2a9bff4a0e92

Available diffs

No changes file available.

Binary packages built by this source

python-pytest-mock: No summary available for python-pytest-mock in ubuntu focal.

No description available for python-pytest-mock in ubuntu focal.

python3-pytest-mock: thin-wrapper around mock for easier use with py.test (Python 3 module)

 This plugin installs a "mocker" fixture which is a thin-wrapper
 around the patching API provided by the excellent "mock" package, but
 with the benefit of not having to worry about undoing patches at the
 end of a test.
 .
 This package provides the Python 3 module.