| Port details on branch 2024Q3 |
- py-pytest-xdist Pytest xdist plugin for distributed testing and loop-on-failing modes
- 3.8.0,1 devel
=1 3.6.1,1Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2015-06-03 07:21:29
- Last Update: 2026-06-28 14:13:37
- Commit Hash: 66b88fb
- People watching this port, also watch:: py311-Automat, freeimage, font-misc-meltho, libjxl, py311-pycparser
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/pytest-dev/pytest-xdist
- Description:
- The pytest-xdist plugin extends py.test with some unique test execution modes:
* Test run parallelization: if you have multiple CPUs or hosts you can use
those for a combined test run. This allows to speed up development or to
use special resources of remote machines.
* --boxed: (not available on Windows) run each test in a boxed subprocess
to survive SEGFAULTS or otherwise dying processes
* --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.
* Multi-Platform coverage: you can specify different Python interpreters
or different platforms and run tests in parallel on all of them.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pytest-xdist/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pytest-xdist
- pkg install py312-pytest-xdist
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-pytest-xdist listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-pytest-xdist
- Package flavors (<flavor>: <package>)
- py312: py312-pytest-xdist
- distinfo:
- TIMESTAMP = 1782654298
SHA256 (pytest_xdist-3.8.0.tar.gz) = 7e578125ec9bc6050861aa93f2d59f1d8d085595d6551c2c90b6f4fad8d3a9f1
SIZE (pytest_xdist-3.8.0.tar.gz) = 88069
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-setuptools>0 : devel/py-setuptools@py312
- py312-setuptools-scm>=6.2.3 : devel/py-setuptools-scm@py312
- py312-wheel>0 : devel/py-wheel@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- py312-filelock>=0 : sysutils/py-filelock@py312
- py312-pytest>=7,1 : devel/py-pytest@py312
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-execnet>=2.1 : sysutils/py-execnet@py312
- py312-pytest>=7.0.0 : devel/py-pytest@py312
- py312-psutil>=3.0 : sysutils/py-psutil@py312
- py312-setproctitle>0 : devel/py-setproctitle@py312
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- archivers/py-python-rpm-packaging
- misc/py-google-genai
Configuration Options:
- ===> The following configuration options are available for py312-pytest-xdist-3.8.0,1:
PSUTIL=on: Detect number of available CPUs
SETPROCTITLE=on: Indicate state of current running workers
===> Use 'make config' to modify these settings
- Options name:
- devel_py-pytest-xdist
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|