pytest-mpi 0.6-5 source package in Ubuntu

Changelog

pytest-mpi (0.6-5) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

 -- Stefano Rivera <email address hidden>  Fri, 16 Jun 2023 19:48:30 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mpi_0.6-5.dsc 1.7 KiB 3dd6914a5659ee95544d3e631896112c6964af8f585fba6e1a0fcf54cb16b67a
pytest-mpi_0.6.orig.tar.gz 40.7 KiB 55e9ca9d360cc7525042cf6b5a77f40ec702f7afcde8dbef27dcf69e4cc43f2d
pytest-mpi_0.6-5.debian.tar.xz 5.2 KiB 00c091e32db9d54aae383b2648015d6f85a9ab3986915bc89537920b1c7b0be3

Available diffs

No changes file available.

Binary packages built by this source

python-pytest-mpi-doc: a plugin for pytest testing MPI-related code (common documentation)

 pytest-mpi provides a number of things to assist with using pytest
 with MPI-using code, specifically:
  - Displaying of the current MPI configuration (e.g. the MPI version,
 the number of processes)
  - Sharing temporary files/folders across the MPI processes
  - Markers which allow for skipping or xfailing tests based on whether
 the tests are being run under MPI
 .
 This is the common documentation package.

python3-pytest-mpi: a plugin for pytest testing MPI-related code (Python3)

 pytest-mpi provides a number of things to assist with using pytest
 with MPI-using code, specifically:
  - Displaying of the current MPI configuration (e.g. the MPI version,
 the number of processes)
  - Sharing temporary files/folders across the MPI processes
  - Markers which allow for skipping or xfailing tests based on whether
 the tests are being run under MPI
 .
 This package installs the library for Python 3.