pytest-xdist 3.4.0-ok1 source package in openKylin

Changelog

pytest-xdist (3.4.0-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 15:48:09 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-xdist_3.4.0.orig.tar.gz 76.9 KiB 3a94a931dd9e268e0b871a877d09fe2efb6175c2c23d60d56a6001359002b832
pytest-xdist_3.4.0-ok1.debian.tar.xz 2.8 KiB c7dbebd4741bceb29b3a5b702b2bade1bad4c3dcc88cfcca44c6e0c175cbf22d
pytest-xdist_3.4.0-ok1.dsc 2.0 KiB 6b0d9a48255ba4d4d461a4171aadd5fd4fc7e46f1f6f968541b88d85c6a5a903

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.