This package browser is in early development. Mind the rough edges.

python-pytest-xdist

Plugin for py.test with distributed testing and loop-on-failing modes

The pytest-xdist plugin extends py.test with some unique test execution modes: parallelization, running tests in boxed subprocesses, the ability to run tests repeatedly when failed, and the ability to run tests on multiple Python interpreters or platforms. It uses rsync to copy the existing program code to a remote location, executes there, and then syncs the result back.

Installation

Install the latest version of python-pytest-xdist as follows:

guix install python-pytest-xdist

Or install a particular version:

guix install python-pytest-xdist@3.8.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-pytest-xdist about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-pytest-xdist'><img src='https://packages.guix.gnu.org/packages/python-pytest-xdist/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-pytest-xdist/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-pytest-xdist)

Example Org:

[[https://packages.guix.gnu.org/packages/python-pytest-xdist][https://packages.guix.gnu.org/packages/python-pytest-xdist/badges/latest-version.svg]]