Sat, 24 Jan 2026 20:16:37 CST | login

Information for build python-pytest-xdist-2.5.0-5.ocs23

ID5347
Package Namepython-pytest-xdist
Version2.5.0
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-pytest-xdist.git?.#43b14afa0223b417ae93f704964e41084fdcd711
Summarypy.test plugin for distributed testing and loop-on-failing modes
DescriptionThe pytest-xdist plugin extends py.test with some unique test execution modes: * test run parallelization: if you have multiple CPUs or hosts you can use those for a combined test run. This allows to speed up development or to use special resources of remote machines. * --boxed: run each test in a boxed subprocess to survive SEGFAULTS or otherwise dying processes * --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. * Multi-Platform coverage: you can specify different Python interpreters or different platforms and run tests in parallel on all of them.
Built bystreamkoji
State complete
Volume DEFAULT
StartedTue, 19 Sep 2023 17:45:58 CST
CompletedTue, 19 Sep 2023 17:48:21 CST
Taskbuild (dist-ocs23-python-update, /opencloudos-stream/python-pytest-xdist.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-pytest-xdist.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
python-pytest-xdist-2.5.0-5.ocs23.src.rpm (info) (download)
noarch
python3-pytest-xdist-2.5.0-5.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.5.0-5 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.5.0-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.5.0-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.5.0-2 - Rebuilt for OpenCloudOS Stream 23 * Fri Feb 10 2023 Shuo Wang <abushwang@tencent.com> - 2.5.0-1 - initial build