pytest-xdist 1.22.0-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field

  [ Scott Talbert ]
  * New upstream release
  * deb/copyright: remove files from exclusion that were removed upstream
  * deb/control: add myself to Uploaders and remove Daniel (Closes: #870844)
  * deb/control: add pytest-forked dependencies
  * remove temporarily-disable-test_looponfail_removed_test.patch (not needed)
  * deb/control: update standards to 4.1.3 (no changes needed)
  * deb/rules: only run tests in testing directory
  * deb/copyright: expand copyright span, add myself

 -- Scott Talbert <email address hidden>  Fri, 16 Feb 2018 23:07:59 -0500

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-xdist_1.22.0-1.dsc 2.4 KiB 6e3dfcfce0706a935f8b216b92de06419f6d7ea5d0b2c46b9788ac71b31efcb1
pytest-xdist_1.22.0.orig.tar.gz 52.1 KiB 7e36fe0aa14755e3c34103ac241cf8b981f1e8fb559854eab3187120d886a406
pytest-xdist_1.22.0-1.debian.tar.xz 4.1 KiB 10922297ebd0468a68a7d7aba5ae3943a2d31f8c330a7b63431e7ad1ee394004

Available diffs

No changes file available.

Binary packages built by this source

python-pytest-xdist: xdist plugin for py.test

 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 pytest-xdist for Python 2.

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.