pytest-mpi 0.5-6 source package in Ubuntu

Changelog

pytest-mpi (0.5-6) unstable; urgency=medium

  * Team upload.
  * Patch the tests directly to allow oversubscription (and running on
    the i386 debci test runners).
  * Remove unused debian/source/lintian-overrides

 -- Michael R. Crusoe <email address hidden>  Tue, 12 Oct 2021 15:58:10 +0200

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mpi_0.5-6.dsc 2.3 KiB 12a5ba20af2275c37208476f138d6e4aea43061af0419d7b27aac5aa92f34ad6
pytest-mpi_0.5.orig.tar.gz 38.2 KiB a1580df07e67f57ab364b84783bc66de7237534db4210e460c414cd796e5a90f
pytest-mpi_0.5-6.debian.tar.xz 4.7 KiB f40924008661b0694aa01d7eea3d2367845611e3fb8d5b47b8d9a4f7de62c3b0

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.