pytest-mpi is a pytest plugin that provides fixtures and markers for tests requiring MPI (Message Passing Interface) support, enabling parallel test execution across multiple processes. Version 0.6 is the latest, with infrequent releases.
pip install pytest-mpiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Simple test using mpi fixture and mpi_skip decorator.
Always put @mpi_skip as the outermost decorator (right above def).
Use mpi fixture directly; check version changelogs for changes.
Replace @mpi_gather and @mpi_allgather with @mpi_skip and manual MPI calls.