Port details |
- py-pytest-subprocess Pytest plugin to fake subprocess for pytest
- 1.5.0 devel
=0 1.5.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-06-24 02:57:07
- Last Update: 2023-06-30 07:08:28
- Commit Hash: 12ce093
- 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 py39-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 py39-pytest-subprocess listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pytest-subprocess
- Package flavors (<flavor>: <package>)
- py39: py39-pytest-subprocess
- distinfo:
- TIMESTAMP = 1687554684
SHA256 (aklajnert-pytest-subprocess-1.5.0_GH0.tar.gz) = 80172ac95439cd4a237c5ee7f343227a7fd21fb61284bfa0de4b7802502d88dc
SIZE (aklajnert-pytest-subprocess-1.5.0_GH0.tar.gz) = 34771
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-anyio>=0 : devel/py-anyio@py39
- py39-coverage>=0 : devel/py-coverage@py39
- py39-docutils>=0.12 : textproc/py-docutils@py39
- py39-pygments>=2.0 : textproc/py-pygments@py39
- py39-pytest-asyncio>=0.15.1 : devel/py-pytest-asyncio@py39
- py39-pytest-rerunfailures>=0 : devel/py-pytest-rerunfailures@py39
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pytest>=4.0.0 : devel/py-pytest@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- 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:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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 |
Number of commits found: 2
|