How to Install and Uninstall tox-stages Package on Kali Linux

Last updated: May 17,2024

1. Install "tox-stages" package

Please follow the guidelines below to install tox-stages on Kali Linux

$ sudo apt update $ sudo apt install tox-stages

2. Uninstall "tox-stages" package

This guide covers the steps necessary to uninstall tox-stages on Kali Linux:

$ sudo apt remove tox-stages $ sudo apt autoclean && sudo apt autoremove

3. Information about the tox-stages package on Kali Linux

Package: tox-stages
Source: python-test-stages
Version: 0.1.6-1
Installed-Size: 22
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-test-stages (= 0.1.6-1), tox
Size: 9036
SHA256: b20fb15bb4e54889ae64fad79963c08fe8eaaeb9484bf5e6dc136a00525ed4c8
SHA1: aca1a3b8852a03a0db5f82005e380a5407c12efa
MD5sum: f223dc6630f5a4888937782fc7b417c7
Description: Run Tox tests in groups, stopping on errors
The `test-stages` library provides command-line tools that wrap
Python test environment runners such as Tox or Nox,
invoking them so as the various tests are run in parallel, in groups,
as specified on the command line. This allows the fastest tests to be run
first, and the slower ones to only be started if it makes sense (e.g. if
tools like ruff or flake8 did not uncover any trivial syntax errors).
.
The `tox-stages` tool runs Tox with the specified groups of test
environments, stopping if any of the tests in a group should fail.
This allows quick static check tools like e.g. `ruff` to stop
the testing process early, and also allows scenarios like running
all the static check tools before the package's unit or functional
tests to avoid unnecessary failures on simple errors.
.
The syntax for grouping the test environments to be run is described in
the `parse-stages` library's documentation.
.
This package provides the tox-stages command-line executable.
Description-md5:
Homepage: https://gitlab.com/ppentchev/test-stages
Section: devel
Priority: optional
Filename: pool/main/p/python-test-stages/tox-stages_0.1.6-1_all.deb