Sat, 20 Apr 2024 01:47:58 UTC | login

Information for build python-pytest-xdist-1.15.0-1.el7

ID15692
Package Namepython-pytest-xdist
Version1.15.0
Release1.el7
Epoch
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 byapevec
State complete
Volume DEFAULT
StartedWed, 15 Feb 2017 00:58:31 UTC
CompletedWed, 15 Feb 2017 01:01:06 UTC
Taskbuild (cloud7-openstack-common-el7, python-pytest-xdist-1.15.0-1.el7.src.rpm)
Tags
cloud7-openstack-common-candidate
RPMs
src
python-pytest-xdist-1.15.0-1.el7.src.rpm (info) (download)
noarch
python2-pytest-xdist-1.15.0-1.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Mon Oct 03 2016 Scott Talbert <swt@techie.net> - 1.15.0-1 - New upstream release 1.15.0 * Thu Aug 11 2016 Scott Talbert <swt@techie.net> - 1.14-1 - Initial package.