pytest-xdist 3.1.0-1 source package in Ubuntu

Changelog

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

  * Update to new upstream release 3.1.0
  * Update Standards-Version to 4.6.1
  * d/copyright: Update copyright dates

 -- Scott Talbert <email address hidden>  Tue, 06 Dec 2022 13:03:25 -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
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-xdist_3.1.0-1.dsc 2.2 KiB 06b25232c51bd545ddf6f11704049be43876fb4081274cfc50f6ac6a461f9b64
pytest-xdist_3.1.0.orig.tar.gz 70.3 KiB 40fdb8f3544921c5dfcd486ac080ce22870e71d82ced6d2e78fa97c2addd480c
pytest-xdist_3.1.0-1.debian.tar.xz 5.2 KiB fb02015792a80d5c9d21bf04e6d989dd3af90d2391dd84393636f6742357c9c9

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.