pytest-expect 1.1.0-3 source package in Ubuntu

Changelog

pytest-expect (1.1.0-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Submit, Contact.
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete field Contact from debian/upstream/metadata (already present
    in machine-readable debian/copyright).

 -- Sandro Tosi <email address hidden>  Thu, 02 Jun 2022 22:02:34 -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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-expect_1.1.0-3.dsc 2.0 KiB 1905329802b8d578bb4ba9b6a99b0033c39f63c587c3d7d803af743e6e4e9566
pytest-expect_1.1.0.orig.tar.gz 3.7 KiB 8392093123dfc9807c28fee251e1d710aaed0d46ee77c7531528fb0a265eb798
pytest-expect_1.1.0-3.debian.tar.xz 2.4 KiB 5db53b1d678e14fa580dbc45044cf915abdeec82def31d8d7b1c4f031f78457d

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-expect: py.test-3 plugin to store test expectations

 A py.test plugin that stores test expectations by saving the set of failing
 tests, allowing them to be marked as xfail when running them in future. The
 tests expectations are stored such that they can be distributed alongside the
 tests. However, note that test expectations can only be reliably shared between
 Python 2 and Python 3 if they only use ASCII characters in their node ids: this
 likely isn’t a limitation if tests are using the normal Python format, as
 Python 2 only allows ASCII characters in identifiers.
 .
 This package contains the Python 3 version of pytest-expect.