pytest-xdist 3.8.0-ok1 source package in openKylin

Changelog

pytest-xdist (3.8.0-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 21:25:22 +0800

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
pytest-xdist_3.8.0.orig.tar.gz 86.0 KiB 7e578125ec9bc6050861aa93f2d59f1d8d085595d6551c2c90b6f4fad8d3a9f1
pytest-xdist_3.8.0-ok1.debian.tar.xz 3.7 KiB a612956ace3af5ccb69bd3a6afe7123a70eb410571936a6fce1eca05e6f10030
pytest-xdist_3.8.0-ok1.dsc 2.0 KiB 56e1ed391fe87b3b17746f7b1fccc1e1d097c022f6bc9a4ea3f8a8aca555cf0f

Available diffs

View changes file

Binary packages built by this source

python3-pytest-xdist: xdist plugin for pytest (Python 3)

 The pytest-xdist plugin extends pytest with some unique test execution modes:
 .
  * Looponfail:
      Run your tests repeatedly in a subprocess. After each run pytest 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, pytest 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.