Port details on branch 2024Q3 |
- py-pytest-xdist Pytest xdist plugin for distributed testing and loop-on-failing modes
- 3.6.1,1 devel =3 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: 2024-08-18 07:45:26
- Commit Hash: c3b730a
- People watching this port, also watch:: qtkeychain-qt5, py39-treq, py311-Automat, linux-c7-atk, py39-beautifulsoup
- 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.
- 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 py311-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 py311-pytest-xdist listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pytest-xdist
- Package flavors (<flavor>: <package>)
- py311: py311-pytest-xdist
- distinfo:
- TIMESTAMP = 1723966682
SHA256 (pytest_xdist-3.6.1.tar.gz) = ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d
SIZE (pytest_xdist-3.6.1.tar.gz) = 84060
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:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-setuptools-scm>=6.2.3 : devel/py-setuptools-scm@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-filelock>=0 : sysutils/py-filelock@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-execnet>=2.0 : sysutils/py-execnet@py311
- py311-pytest>=7.0.0 : devel/py-pytest@py311
- py311-psutil>=3.0 : sysutils/py-psutil@py311
- py311-setproctitle>0 : devel/py-setproctitle@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- archivers/py-python-rpm-packaging
Configuration Options:
- ===> The following configuration options are available for py311-pytest-xdist-3.6.1,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:
|