tox 3.28.0-2 source package in Ubuntu

Changelog

tox (3.28.0-2) unstable; urgency=medium

  * Add a dependency on python3-tomli to fix runtime failures when running
    under Python versions earlier than 3.11. This was in setup.cfg as a
    complex environment marker that pydist could not parse.

 -- Faidon Liambotis <email address hidden>  Wed, 11 Jan 2023 18:54:22 +0200

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tox_3.28.0-2.dsc 2.3 KiB 41701dd9bb9ad15b310cee92ac7fb84ef2ad7a0574b3b5662b720093219a11bd
tox_3.28.0.orig.tar.gz 302.2 KiB 30437aec18b4c0fad7efa7f451e23b92251958e04c4c686bde98d3655632dade
tox_3.28.0-2.debian.tar.xz 10.0 KiB b68d983546d67f2247c10c46ec84ea16f869c2b608c96432a7ada83da32f0e63

No changes file available.

Binary packages built by this source

tox: virtualenv-based automation of test activities

 Tox as is a generic virtualenv management and test command line tool
 you can use for:
 .
  * checking your package installs correctly with different Python
    versions and interpreters
  * running your tests in each of the environments, configuring your
    test tool of choice
  * acting as a frontend to Continuous Integration servers, greatly
    reducing boilerplate and merging CI and shell-based testing.