tox 3.21.4-1ubuntu1 source package in Ubuntu

Changelog

tox (3.21.4-1ubuntu1) jammy; urgency=medium

  * d/patches:
    + Add upstream patch to change distutils.sysconfig to sysconfig since the
      former is deprecated and since python 3.10, the deprecation warning is
      output to stderr which makes some other autopkgtest fail.

 -- Alexandre Ghiti <email address hidden>  Mon, 07 Feb 2022 15:25:02 +0100

Upload details

Uploaded by:
Alexandre Ghiti
Sponsored by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tox_3.21.4.orig.tar.gz 304.2 KiB cf7fef81a3a2434df4d7af2a6d1bf606d2970220addfbe7dea2615bd4bb2c252
tox_3.21.4-1ubuntu1.debian.tar.xz 9.8 KiB 924d046315d20b28d4a0973273cbe32518c72f4f43133aa31d9909932db124fc
tox_3.21.4-1ubuntu1.dsc 2.2 KiB 41abfc85b455f8acbadbc0a1de4b47a281a720747777f0cc5b504244f9001962

View changes file

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.