How to Install and Uninstall python3-pytest-xdist Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 30,2024

1. Install "python3-pytest-xdist" package

Please follow the guidelines below to install python3-pytest-xdist on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "python3-pytest-xdist" package

Please follow the guidelines below to uninstall python3-pytest-xdist on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-pytest-xdist package on Ubuntu 21.10 (Impish Indri)

Package: python3-pytest-xdist
Architecture: all
Version: 2.2.0-1
Priority: optional
Section: universe/python
Source: pytest-xdist
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 149
Depends: python3-execnet (>= 1.1), python3-pytest (>= 6.0.0~), python3-pytest-forked, python3:any
Enhances: python3-pytest
Filename: pool/universe/p/pytest-xdist/python3-pytest-xdist_2.2.0-1_all.deb
Size: 34104
MD5sum: 394c434e25806aa200d502d2cf4196e5
SHA1: e96fe51083a888bd9ab7ffaa7670c3655d81ab45
SHA256: 0849686ff0451ea83b05dc3849365d48b2e37eadc3b7951a87d56c7fe97066c2
SHA512: 0a22ef5a6d33258129995c2a2f5a26835f830768a0729f574e791d63ccd27cc4976fc590b9834d8c40e225f12d9b4fa5264256a79ea371207138d7009cfe8d56
Homepage: https://github.com/pytest-dev/pytest-xdist
Description-en: 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: b0fb4afa5a4b9f2ff3f74cfc7133343c