tox 4.9.0-2 source package in Ubuntu

Changelog

tox (4.9.0-2) unstable; urgency=medium

  * Team upload.
  * Patch: Allow appending to *empty* lists with --override (mistake in the
    last patch).

 -- Stefano Rivera <email address hidden>  Sun, 20 Aug 2023 21:03:06 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tox_4.9.0-2.dsc 1.8 KiB 5cb5ee280a1c2fcb0b9bd686b23ccdf9a73e6cb4fd1540f05219ef38af800ba1
tox_4.9.0.orig.tar.gz 302.7 KiB df3aa72f14a900b94c76c983df3ddca31b58187047aa67432bd2721c1ecf1f9b
tox_4.9.0-2.debian.tar.xz 10.3 KiB 61ffa1c264e246233c26381d715bdfb2cafa1294758dfc6c967f5ecae548514b

Available diffs

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.