pytest-order 1.2.0-3 source package in Ubuntu

Changelog

pytest-order (1.2.0-3) unstable; urgency=medium

  * Fix failing test (closes: #1063962)
  * Update Standards-Version (no changes needed)

 -- Julian Gilbey <email address hidden>  Thu, 28 Mar 2024 20:58:58 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-order_1.2.0-3.dsc 2.3 KiB 53dea44351301a415876d08bf1722af2536e07a8c8c5dab32005183e8056f4a2
pytest-order_1.2.0.orig.tar.gz 43.6 KiB ae70c66b5a763080a230015747dd8ae37050d84b7faa43fbec85a9b3cafc1491
pytest-order_1.2.0-3.debian.tar.xz 3.4 KiB 72f3e5c64edeaf286eba964251b1f995693df7b4a6049eceb307a83c6cbb6218

Available diffs

No changes file available.

Binary packages built by this source

python-pytest-order-doc: pytest plugin to order test execution (documentation)

 pytest-order is a pytest plugin that allows you to customize the order
 in which your tests are run. It uses the marker order that defines
 when a specific test shall run, either by using an ordinal number, or
 by specifying the relationship to other tests.
 .
 This package contains the pytest-order documentation in HTML format.

python3-pytest-order: pytest plugin to order test execution

 pytest-order is a pytest plugin that allows you to customize the order
 in which your tests are run. It uses the marker order that defines
 when a specific test shall run, either by using an ordinal number, or
 by specifying the relationship to other tests.