How to Install and Uninstall python3-pytest-xdist Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-pytest-xdist" package

Here is a brief guide to show you how to install python3-pytest-xdist on Kali Linux

$ sudo apt update $ sudo apt install python3-pytest-xdist

2. Uninstall "python3-pytest-xdist" package

Learn how to uninstall python3-pytest-xdist on Kali Linux:

$ sudo apt remove python3-pytest-xdist $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pytest-xdist package on Kali Linux

Package: python3-pytest-xdist
Source: pytest-xdist
Version: 3.4.0-1
Installed-Size: 170
Maintainer: Debian Python Team
Architecture: all
Depends: python3-execnet, python3-pytest (>= 6.2.0~), python3:any
Enhances: python3-pytest
Size: 41732
SHA256: 7c9eaabe7675b2d8f84d5acf6bda1945cfa0356fa842f713bb97c71f5a0d4495
SHA1: d07855421ff038a7edef582b92073121c4dae933
MD5sum: 042ec9cb8d3da3db92f5968ad867fc45
Description: xdist plugin for py.test (Python 3)
The pytest-xdist plugin extends py.test with some unique test execution modes:
.
* Looponfail:
Run your tests repeatedly in a subprocess. After each run py.test waits
until a file in your project changes and then re-runs the previously
failing tests. This is repeated until all tests pass after which again a
full run is performed.
* Load-balancing:
if you have multiple CPUs or hosts you can use those for a combined test
run. This allows one to speed up development or to use special resources
of remote machines.
* Multi-Platform coverage:
you can specify different Python interpreters or different platforms and
run tests in parallel on all of them.
.
Before running tests remotely, py.test efficiently synchronizes your program
source code to the remote place. All test results are reported back and
displayed to your local test session. You may specify different Python
versions and interpreters.
.
This package contains pytext-xdist for Python 3.
Description-md5:
Homepage: https://github.com/pytest-dev/pytest-xdist
Section: python
Priority: optional
Filename: pool/main/p/pytest-xdist/python3-pytest-xdist_3.4.0-1_all.deb