python-pytest-subtests 0.11.0-2 source package in Ubuntu

Changelog

python-pytest-subtests (0.11.0-2) unstable; urgency=medium

  * Add python3-attr to Build-Depends, required by tests (Closes: #1042182).
  * Run wrap-and-sort -bast to reduce diff size of future changes.

 -- Michael Fladischer <email address hidden>  Fri, 01 Sep 2023 18:56:24 +0000

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pytest-subtests_0.11.0-2.dsc 1.9 KiB 4e77ecd106db085efabce99dba76c486aa5a71b3adf04db78ce53911e7c04837
python-pytest-subtests_0.11.0.orig.tar.gz 11.4 KiB 8d04c4fd51113cdd289ae97a0ce7b5a549d3223be5a64c4ce84f4e59335e2c01
python-pytest-subtests_0.11.0-2.debian.tar.xz 3.0 KiB c4da8de08e408b49c0c9b1d38998a9c669ab3983d7242352c11e076f2f37ed60

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-subtests: unittest subTest() support and subtests fixture (Python3 version)

 unittest subTest() support and subtests fixture. It adds support for
 TestCase.subTest and a new subtests fixture, providing similar functionality
 for pure pytest tests.
 .
 This package contains the Python 3 version of the library.