How to Install and Uninstall python3-test-stages Package on Kali Linux

Last updated: July 01,2024

1. Install "python3-test-stages" package

Learn how to install python3-test-stages on Kali Linux

$ sudo apt update $ sudo apt install python3-test-stages

2. Uninstall "python3-test-stages" package

In this section, we are going to explain the necessary steps to uninstall python3-test-stages on Kali Linux:

$ sudo apt remove python3-test-stages $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-test-stages package on Kali Linux

Package: python3-test-stages
Source: python-test-stages
Version: 0.1.6-1
Installed-Size: 54
Maintainer: Debian Python Team
Architecture: all
Depends: python3-click (>> 8), python3-packaging, python3-parse-stages, python3-pyparsing (>> 3), python3-tomli | python3-supported-min (>= 3.11), python3-utf8-locale (>> 1), python3:any
Size: 14712
SHA256: 17c2f7b84638cd98cc4b186bd72d4b3645eba503c63ff5f21c8718d97f3c94fb
SHA1: 7e0a82dac8af649faed7dbecc6acdf3c409fd547
MD5sum: 47c8677c4928f32ddc2a1b89fb70ab21
Description: Run tests in groups, stopping on errors - Python library
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 Python 3.x test_stages module.
the tox-stages command-line executable.
Description-md5:
Homepage: https://gitlab.com/ppentchev/test-stages
Section: python
Priority: optional
Filename: pool/main/p/python-test-stages/python3-test-stages_0.1.6-1_all.deb