pytest-xdist 2.5.0-6 source package in Ubuntu

Changelog

pytest-xdist (2.5.0-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-execnet.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 12:11:05 +0100

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-xdist_2.5.0-6.dsc 2.2 KiB 27cc2d843fb49206fabf52f35eb2bbb04e10722097e53c171593a2e8c0af95f2
pytest-xdist_2.5.0.orig.tar.gz 70.8 KiB 4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf
pytest-xdist_2.5.0-6.debian.tar.xz 5.1 KiB 28a501ec6d7f85f8dabaf6babea3c84312e6a18f06abb00a2ee188db3595cf99

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.