tox-current-env 0.0.11-2 source package in Ubuntu

Changelog

tox-current-env (0.0.11-2) unstable; urgency=medium

  * Team upload.
  * Source-only upload.

 -- Jeroen Ploemen <email address hidden>  Thu, 02 Nov 2023 10:40:15 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tox-current-env_0.0.11-2.dsc 2.2 KiB 867b9f590fd211ba9f3af5ec8fd077aa2d995226466666e5d9e6c5ee46068b39
tox-current-env_0.0.11.orig.tar.gz 16.7 KiB b07d39c0b1f70777ff81107081dc23c9286e7abbb5fa64ad47383f0a6d6e398f
tox-current-env_0.0.11-2.debian.tar.xz 3.0 KiB 2f62c99b7394a6323ec156d16dcef7f443d153871f0ce51de67af069331c1cdf

Available diffs

No changes file available.

Binary packages built by this source

tox-current-env: tox plugin to run tests in current Python environment

 The Python ecosystem now has formal specifications for many pieces of
 package metadata like versions or dependencies. However, there is no
 standardization yet for declaring test dependencies or running
 tests. The most popular de-facto standard for that today is tox, and
 expecting a future standard to evolve from tox.ini. This plugin
 to use tox's dependency lists and testing commands for environments
 other than Python venvs.
 .
 The plugin will enable community best practices around tox
 configuration to grow to better accommodate non-virtualenv environments
 in general – for example, Linux distros, Conda, or containers.