| Port details | 
	| 
 py-pytest-subprocess Pytest plugin to fake subprocess for pytest
 1.5.2_1 devel  =2          1.5.2_1Version of this port present on the latest quarterly branch.Maintainer: yuri@FreeBSD.org Port Added: 2023-06-24 02:57:07Last Update: 2025-03-08 04:05:21Commit Hash: 06a08e6People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-SaneAlso Listed In: pythonLicense: MITWWW: https://github.com/aklajnert/pytest-subprocessDescription: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-plistThere is no configure plist information for this port.USE_RC_SUBR (Service Scripts)
no SUBR information found for this portDependency 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 cleanTo add the package, run one of these commands:NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.pkg install devel/py-pytest-subprocesspkg install py311-pytest-subprocess
 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-subprocessPackage 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):
 
DependenciesNOTE: FreshPorts displays only information on required and default dependencies.  Optional dependencies are not covered.Build dependencies:
py311-setuptools>=63.1.0 : devel/py-setuptools@py311python3.11 : lang/python311
Test dependencies:
py311-anyio>=0 : devel/py-anyio@py311py311-coverage>0 : devel/py-coverage@py311py311-docutils>=0.12 : textproc/py-docutils@py311py311-pygments>=2.0 : textproc/py-pygments@py311py311-pytest-asyncio>=0.15.1 : devel/py-pytest-asyncio@py311py311-pytest-rerunfailures>0 : devel/py-pytest-rerunfailures@py311py311-pytest-timeout>0 : devel/py-pytest-timeout@py311py311-pytest>=7,1 : devel/py-pytest@py311python3.11 : lang/python311
Runtime dependencies:
py311-pytest>=4.0.0 : devel/py-pytest@py311python3.11 : lang/python311
There are no ports dependent upon this portConfiguration Options:
     No options to configureOptions name:devel_py-pytest-subprocessUSES:pythonFreshPorts was unable to extract/find any pkg message
Master Sites: | 
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) | 
| Commit | Credits | Log message | 
|---|
| 1.5.2_1 08 Mar 2025 04:05:21
 
       | Charlie Li (vishwin)  | python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. | 
| 1.5.2 06 Aug 2024 00:13:44
 
       | Yuri Victorovich (yuri)  | devel/py-pytest-subprocess: update 1.5.0 → 1.5.2
Reported by:	portscout | 
| 1.5.0 30 Jun 2023 07:08:28
 
       | Po-Chuan Hsieh (sunpoet)  | devel/py-pytest-subprocess: Clean up USES=python
Approved by:	portmgr (blanket)
With hat:	python | 
| 1.5.0 24 Jun 2023 02:54:08
 
       | Yuri Victorovich (yuri)  | devel/py-pytest-subprocess: New port: Pytest plugin to fake subprocess for
pytest |