Sun, 05 Jan 2025 15:17:18 CST | login

Information for build python-pytest-xdist-3.3.1-4.ocs23

ID22167
Package Namepython-pytest-xdist
Version3.3.1
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-pytest-xdist.git?.#26752c8b3caa87ab9792cd0a28515a0931b9c1a5
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 byocs-bot
State complete
Volume DEFAULT
StartedSat, 28 Sep 2024 21:43:01 CST
CompletedSat, 28 Sep 2024 21:54:00 CST
Taskbuild (dist-ocs23-base, /opencloudos-stream/python-pytest-xdist.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-pytest-xdist.git?.#origin/master'}}
Tags
dist-ocs23-base
RPMs
src
python-pytest-xdist-3.3.1-4.ocs23.src.rpm (info) (download)
noarch
python3-pytest-xdist-3.3.1-4.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 * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.3.1-4 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Mon Sep 02 2024 Shuo Wang <abushwang@tencent.com> - 3.3.1-3 - remove unused buildrequire * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.3.1-2 - Rebuilt for loongarch release * Mon Sep 25 2023 Shuo Wang <abushwang@tencent.com> - -1 - update to * Wed Sep 20 2023 Miaojun Dong <zoedong@tencent.com> - 2.5.0-6 - Rebuilt for python-pytest-forked 1.6.0-2 * 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