pytest-xdist 3.1.0-ok2 source package in openKylin

Changelog

pytest-xdist (3.1.0-ok2) yangtze; urgency=medium

  * Update version info.

 -- sufang <email address hidden>  Fri, 17 Mar 2023 10:43:36 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
pytest-xdist_3.1.0.orig.tar.gz 70.3 KiB 40fdb8f3544921c5dfcd486ac080ce22870e71d82ced6d2e78fa97c2addd480c
pytest-xdist_3.1.0-ok2.debian.tar.xz 3.0 KiB 9e4e4a5ea9634e41fc0a6ed687ff545f5a0fa68436e684318d1c403bb865182f
pytest-xdist_3.1.0-ok2.dsc 1.9 KiB 2eee9b7499dc5fd9188ea4dfef13cd7788fd35b3944d2039865c91fac950aeda

Available diffs

View changes file

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.