pytest-mpi 0.6-4 source package in Ubuntu

Changelog

pytest-mpi (0.6-4) experimental; urgency=medium

  * Team upload.
  * Run autopkgtest without tox (which broke with tox 4, and isn't currently
    testing any supported python versions, anyway).

 -- Stefano Rivera <email address hidden>  Thu, 11 May 2023 19:52:33 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mpi_0.6-4.dsc 1.7 KiB 7aa6e425fd100b74e80847d09d06d0a98a7f7d812fb2209dbcd8ac4d1b74d7d5
pytest-mpi_0.6.orig.tar.gz 40.7 KiB 55e9ca9d360cc7525042cf6b5a77f40ec702f7afcde8dbef27dcf69e4cc43f2d
pytest-mpi_0.6-4.debian.tar.xz 5.2 KiB 13ee3589713c8df678c87a18a6b04050d94d73c017d4a47b9dea154f2e09b0e0

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.