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.6.1-4.fc41 | - |
Fedora 41 | 3.6.1-4.fc41 | - |
Fedora 40 | 3.5.0-3.fc40 | - |
Fedora EPEL 9 | 2.5.0-2.el9 | - |
Fedora EPEL 8 | 1.24.1-1.el8 | - |
Fedora EPEL 10.0 | 3.6.1-4.el10_0 | - |
You can contact the maintainers of this package via email at
python-pytest-xdist dash maintainers at fedoraproject dot org
.