Change logs for pytest-mpi source package in Oracular

  • pytest-mpi (0.6-6) unstable; urgency=medium
    
      * Team upload.
      * Refresh debian/patches/oversubscribe_tests to correctly handle mpich on
        32 bit arches. debian/tests/unittests now sets an environment variable
        called MPI_OVERSUBSCRIBE which is:
        - empty on 32 bit arches, since mpich does not need any flag if the number
          of MPI processes is higher than the number of cores
        - equal to "--oversubscribe" on 64 bit arches, since openmpi does need such
          flag to be passed, as in the previous version of the patch.
        The environment variable is then picked up in tests/conftest.py through the
        patch and passed to the tests.
        Closes: #1076467.
      * Add debian/patches/default_timeout_as_env_var.patch to allow autopkgtest to
        customize the timeout for running MPI tests by setting the optional
        DEFAULT_TIMEOUT environment variable. If the variable is not set, it assumes
        a default value of 5 seconds, which is the value that used to be harcoded
        before the application of the patch. The default value is reasonable on
        every arch, except for riscv64, where tests run very slowly, and the
        DEFAULT_TIMEOUT environment variable is set to 60.
    
     -- Francesco Ballarin <email address hidden>  Fri, 30 Aug 2024 11:28:51 +0000
  • 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