pytest-xdist 1.30.0-1 source package in Ubuntu

Changelog

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

  * Update to new upstream release 1.30.0
  * Update Standards-Version to 4.4.1

 -- Scott Talbert <email address hidden>  Sun, 06 Oct 2019 22:35:00 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-xdist_1.30.0-1.dsc 2.5 KiB 25db2b90309a587123460b42b8aa9f567695bf9fea23d606a5bfb534579fa116
pytest-xdist_1.30.0.orig.tar.xz 49.0 KiB b40f1874d494929a6598243c469f175be684466def659518ac1825c0c39e9803
pytest-xdist_1.30.0-1.debian.tar.xz 4.4 KiB 6dcd18de590dc6003135a650bf7ca98261ea8ce0e9ef0118c08843878dc794e7

Available diffs

No changes file available.

Binary packages built by this source

python-pytest-xdist: No summary available for python-pytest-xdist in ubuntu focal.

No description available for python-pytest-xdist in ubuntu focal.

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.