pytest-xdist 3.6.1-1 source package in Ubuntu

Changelog

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

  * d/watch: Adjust to new PEP-625 package naming
  * Update to new upstream release 3.6.1

 -- Scott Talbert <email address hidden>  Sun, 19 May 2024 21:42:36 -0400

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
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-xdist_3.6.1-1.dsc 2.2 KiB b6542a449b6bf474e488908cf88688ba79f74aa4e8c1ef6034c6d90f66325c07
pytest-xdist_3.6.1.orig.tar.gz 82.1 KiB ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d
pytest-xdist_3.6.1-1.debian.tar.xz 5.3 KiB 5fd9d5212a59b4c8c5f60eb56161ef92803af33499453ba830cb61821e7ff010

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.