testresources 2.0.1-4.1 source package in Ubuntu

Changelog

testresources (2.0.1-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix test failures with Python 3.12 (Olivier Gayot). Closes: #1056533.

 -- Matthias Klose <email address hidden>  Thu, 07 Dec 2023 08:41:08 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main devel
Noble release main devel

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
testresources_2.0.1-4.1.dsc 2.2 KiB 1d555dc0c30ddaf55377021c5268b670e817de439c6e2b9e656e8c987407ed02
testresources_2.0.1.orig.tar.xz 29.7 KiB 1df640e73439842e038a483b83ea4c2e7f5f74e79821920e5ddd960721c5d352
testresources_2.0.1-4.1.debian.tar.xz 6.8 KiB cf49451051ce2f534a8980a42e962afa3e20949e35fd80b4ffcac7a9a8e72d8e

No changes file available.

Binary packages built by this source

python3-testresources: PyUnit extension for managing expensive test fixtures - Python 3.x

 PyUnit extension to manage the initialisation and lifetime of expensive
 test fixtures.
 .
 For example reference databases are often only need to be constructed
 once but standard test isolation causes them to be constructed for every
 fixture, making test execution very slow.
 .
 This package provides the Python 3.x module.