pytest-xdist 3.4.0-1 source package in Ubuntu

Changelog

pytest-xdist (3.4.0-1) unstable; urgency=medium

  * Update to new upstream release 3.4.0

 -- Scott Talbert <email address hidden>  Fri, 17 Nov 2023 23:43:33 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-xdist_3.4.0-1.dsc 2.2 KiB 7f4e0d34237c47fae813eff2cdc933160d19d988bcfcc3d234fd703d163dc89c
pytest-xdist_3.4.0.orig.tar.gz 76.9 KiB 3a94a931dd9e268e0b871a877d09fe2efb6175c2c23d60d56a6001359002b832
pytest-xdist_3.4.0-1.debian.tar.xz 5.2 KiB 1e9841d6c29bac26a82310c5817bccbf43101f0753cac99e8074887d0f122732

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-xdist: xdist plugin for py.test (Python 3)

 The pytest-xdist plugin extends py.test with some unique test execution modes:
 .
  * Looponfail:
      Run your tests repeatedly in a subprocess. After each run py.test waits
      until a file in your project changes and then re-runs the previously
      failing tests. This is repeated until all tests pass after which again a
      full run is performed.
  * Load-balancing:
      if you have multiple CPUs or hosts you can use those for a combined test
      run. This allows one to speed up development or to use special resources
      of remote machines.
  * Multi-Platform coverage:
      you can specify different Python interpreters or different platforms and
      run tests in parallel on all of them.
 .
 Before running tests remotely, py.test efficiently synchronizes your program
 source code to the remote place. All test results are reported back and
 displayed to your local test session. You may specify different Python
 versions and interpreters.
 .
 This package contains pytext-xdist for Python 3.