python-test-stages 0.1.2-1 source package in Ubuntu

Changelog

python-test-stages (0.1.2-1) unstable; urgency=medium

  * Do not look for an OpenPGP signature on PyPI.
  * Add a trivial git-buildpackage config file.
  * New upstream version:
    - update the version constraints on the package dependencies
    - reflect upstream's switch from setuptools to hatchling for
      the PEP 517 build

 -- Peter Pentchev <email address hidden>  Sun, 02 Jul 2023 01:32:19 +0300

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-test-stages_0.1.2-1.dsc 2.5 KiB 75a4639e83420e606a345558ce98cafa9267f5188512eec0a9a3f6f097073301
python-test-stages_0.1.2.orig.tar.gz 18.9 KiB d34828a3c9dba23b469e86ab185328e5a92dd2e8f8f0ee48ae9df1dca2317f7b
python-test-stages_0.1.2-1.debian.tar.xz 6.7 KiB 30d24cf0e613a1065df1509c72ee43622d957ab2e5047b2d0a89f91011c42330

No changes file available.

Binary packages built by this source

python3-test-stages: Run tests in groups, stopping on errors - Python library

 The `test-stages` library provides command-line tools that wrap
 Python test environment runners such as Tox or Nox,
 invoking them so as the various tests are run in parallel, in groups,
 as specified on the command line. This allows the fastest tests to be run
 first, and the slower ones to only be started if it makes sense (e.g. if
 tools like ruff or flake8 did not uncover any trivial syntax errors).
 .
 The `tox-stages` tool runs Tox with the specified groups of test
 environments, stopping if any of the tests in a group should fail.
 This allows quick static check tools like e.g. `ruff` to stop
 the testing process early, and also allows scenarios like running
 all the static check tools before the package's unit or functional
 tests to avoid unnecessary failures on simple errors.
 .
 The syntax for grouping the test environments to be run is described in
 the `parse-stages` library's documentation.
 .
 This package provides the Python 3.x test_stages module.
 the tox-stages command-line executable.

tox-stages: Run Tox tests in groups, stopping on errors

 The `test-stages` library provides command-line tools that wrap
 Python test environment runners such as Tox or Nox,
 invoking them so as the various tests are run in parallel, in groups,
 as specified on the command line. This allows the fastest tests to be run
 first, and the slower ones to only be started if it makes sense (e.g. if
 tools like ruff or flake8 did not uncover any trivial syntax errors).
 .
 The `tox-stages` tool runs Tox with the specified groups of test
 environments, stopping if any of the tests in a group should fail.
 This allows quick static check tools like e.g. `ruff` to stop
 the testing process early, and also allows scenarios like running
 all the static check tools before the package's unit or functional
 tests to avoid unnecessary failures on simple errors.
 .
 The syntax for grouping the test environments to be run is described in
 the `parse-stages` library's documentation.
 .
 This package provides the tox-stages command-line executable.