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

Changelog

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

  * flaky test cases unblock tox transition
  * Update year of d/copyright

 -- Bo YU <email address hidden>  Fri, 22 Mar 2024 00:42:43 +0800

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tox-current-env_0.0.11-3.dsc 2.2 KiB a938aab63da5337bb3d2a00192290eccf1bd897f0d1757dd31b2535535670e8d
tox-current-env_0.0.11.orig.tar.gz 16.7 KiB b07d39c0b1f70777ff81107081dc23c9286e7abbb5fa64ad47383f0a6d6e398f
tox-current-env_0.0.11-3.debian.tar.xz 3.5 KiB 9469229ee142a40df72cf115e18383db747398a4524a6b64bd18bb5ccb8c519d

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.