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

python-pytest-xdist 3.8.0

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 python-pytest-xdist 3.8.0 as follows:

guix install python-pytest-xdist@3.8.0

Or install the latest version:

guix install python-pytest-xdist

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.