pytest-xdist 1.18.2-1 source package in Ubuntu

Changelog

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

  * New upstream release (Closes: #864360, #867516):
    + drop fix-acceptance_test-for-pytest3.patch (solved upstream).
  * deb/control:
    + add DPMT as Uploaders.
    + update build-deps (put version for python-pytest packages).
    + update Vcs fields (Git repo moved to /git/python-modules).
    + bump standards to 4.0.0 (no changes needed).
  * deb/copyright:
    + expand copyright spans.
  * deb/gbp.conf:
    + change debian-branch to meet DEP-14.
    + add sign-tags field switched to True.
  * deb/tests/python{,3}-pytest-xdist:
    * don't stop after first failure in DEP-8 testing (remove -x).
  * use debhelper level 10 (changes in deb/control and deb/compat).
  * add temporarily-disable-test_looponfail_removed_test.patch
    (Closes: #869094).

 -- Daniel Stender <email address hidden>  Sat, 05 Aug 2017 19:53:17 +0200

Upload details

Uploaded by:
Daniel Stender
Uploaded to:
Sid
Original maintainer:
Daniel Stender
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-xdist_1.18.2-1.dsc 2.4 KiB 165d05c520017c3c600fc39b94474679e5160ecc873afd0e4955465fadf339b0
pytest-xdist_1.18.2.orig.tar.xz 39.9 KiB af0cf78424bff2f77e5048a5795c493b7d660e1594ea172b191f5cc7eebfead8
pytest-xdist_1.18.2-1.debian.tar.xz 4.4 KiB b35d550729d3d3b927772a2fb0fb324933fbe5cf1f8d92ae578056891e257c97

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.