pytest-mock 3.6.1-1ubuntu1 source package in Ubuntu

Changelog

pytest-mock (3.6.1-1ubuntu1) jammy; urgency=medium

  * debian/patches/configure-asyncio-mode-to-fix-tests.patch: Pull in upstream
    patch to explictly configure asyncio_mode (LP: #1965442).
  * debian/patches/add-python3.10-support.patch: Pull in upstream patch to add
    python 3.10 support.
  * debian/rules: Add --assert=plain to pytest args, as is done in
    autopkgtests.
  * debian/control: Require python3-pytest-asyncio (>= 0.18.0), which is
    necessary for the asyncio_mode config option.

 -- Nick Rosbrook <email address hidden>  Thu, 17 Mar 2022 16:30:23 -0400

Upload details

Uploaded by:
Nick Rosbrook
Sponsored by:
William Wilson
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mock_3.6.1.orig.tar.gz 29.2 KiB 40217a058c52a63f1042f0784f62009e976ba824c418cced42e88d5f40ab0e62
pytest-mock_3.6.1-1ubuntu1.debian.tar.xz 5.4 KiB 3ff814a04b215d5553e5f377312fe2c73d1f61ba4de5e61ac4f45864fd20a9e5
pytest-mock_3.6.1-1ubuntu1.dsc 2.3 KiB 4e25bf3f839ad00e73594b191b03c6479131ba36b7e18c9734e29e70c3c98c4c

View changes file

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.