Port details |
- py-pytest-subprocess Pytest plugin to fake subprocess for pytest
- 1.5.2 devel =2 1.5.2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-06-24 02:57:07
- Last Update: 2024-08-06 00:13:44
- Commit Hash: 093cddf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/aklajnert/pytest-subprocess
- Description:
- pytest-subprocess is a pytest plugin to fake subprocess.
The plugin adds the fake_process fixture (and fp as an alias). It can be used
it to register subprocess results so you won't need to rely on the real
processes. The plugin hooks on the subprocess.Popen(), which is the base for
other subprocess functions. That makes the subprocess.run(), subprocess.call(),
subprocess.check_call() and subprocess.check_output() methods also functional.
- ¦ ¦ ¦ ¦
- 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-subprocess>0:devel/py-pytest-subprocess@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pytest-subprocess/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pytest-subprocess
- pkg install py311-pytest-subprocess
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-subprocess listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pytest-subprocess
- Package flavors (<flavor>: <package>)
- py311: py311-pytest-subprocess
- distinfo:
- TIMESTAMP = 1722877318
SHA256 (aklajnert-pytest-subprocess-1.5.2_GH0.tar.gz) = b5f7711d55cc144b44fe58c179641b99e483780f120bc33b7576561476c95c3e
SIZE (aklajnert-pytest-subprocess-1.5.2_GH0.tar.gz) = 35438
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>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-anyio>=0 : devel/py-anyio@py311
- py311-coverage>0 : devel/py-coverage@py311
- py311-docutils>=0.12 : textproc/py-docutils@py311
- py311-pygments>=2.0 : textproc/py-pygments@py311
- py311-pytest-asyncio>=0.15.1 : devel/py-pytest-asyncio@py311
- py311-pytest-rerunfailures>0 : devel/py-pytest-rerunfailures@py311
- py311-pytest-timeout>0 : devel/py-pytest-timeout@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pytest>=4.0.0 : devel/py-pytest@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-pytest-subprocess
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|