pytest plugin for distributed testing and loop-on-failing modes
The pytest-xdist plugin extends pytest with new test execution modes, the most used being distributing tests across multiple CPUs to speed up test execution: pytest -n auto With this call, pytest will spawn a number of workers processes equal to the number of available CPUs, and distribute the tests randomly across them.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 3.3.1-3.fc39 | - |
Fedora 39 | 3.3.1-3.fc39 | - |
Fedora 38 | 3.1.0-3.fc38 | - |
Fedora 37 | 2.5.0-4.fc37 | - |
EPEL 9 | 2.5.0-2.el9 | - |
EPEL 8 | 1.24.1-1.el8 | - |
You can contact the maintainers of this package via email at
python-pytest-xdist dash maintainers at fedoraproject dot org
.