pytest-mock 3.6.1-1 source package in Ubuntu

Changelog

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

  [ Diego M. Rodriguez ]
  * New upstream version 3.6.1 (Closes: #993346)
  * d/patches: drop existing patches
  * d/rules: update test arguments
  * d/control: add pytest-asyncio dependency
  * d/tests: update autopkgtests
  * d/control: bump Standards-Version to 4.6.0 (no changes needed)

 -- Sandro Tosi <email address hidden>  Tue, 07 Sep 2021 13:51:18 -0400

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mock_3.6.1-1.dsc 2.2 KiB 058a983fc2a532a120cbc8781cd8c1da5d36d21faf84b56c56cfb7020e152991
pytest-mock_3.6.1.orig.tar.gz 29.2 KiB 40217a058c52a63f1042f0784f62009e976ba824c418cced42e88d5f40ab0e62
pytest-mock_3.6.1-1.debian.tar.xz 3.3 KiB 31b84a02bc90faae4764aae30cfdabb74deda07aaa5a20e0c1b8b76f0a657430

Available diffs

No changes file available.

Binary packages built by this source

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.