pytest-mock 1.6.3-1 source package in Ubuntu

Changelog

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

  * New upstream release. Closes: #872618.
    + Fix FTBFS due to deprecated use of mock fixture. Closes: #871127.
  * d/control: Build-Conflicts on python3-mock as tests are expecting it
    to be absent.
  * d/control: Build-Depends on python-mock (>= 2). Closes: #861245.
  * d/control: bump Standards-Version.

 -- Vincent Bernat <email address hidden>  Mon, 18 Sep 2017 19:14:32 +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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mock_1.6.3-1.dsc 2.2 KiB 6213e7613d1bb70957e490ce32aaa6ac591ce2da441cd0a0a9d4152438c6027d
pytest-mock_1.6.3.orig.tar.gz 18.0 KiB 920d1167af5c2c2ad3fa0717d0c6c52e97e97810160c15721ac895cac53abb1c
pytest-mock_1.6.3-1.debian.tar.xz 2.3 KiB 41e4a0ef6732d366d9ce94d3444b02c4c1309c2bb188053bae6cddeab1ce1f0c

Available diffs

No changes file available.

Binary packages built by this source

python-pytest-mock: thin-wrapper around mock for easier use with py.test (Python 2 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 2 module.

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.