Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-pytest-subprocess-1.5.4-1.el10_3 RPM for noarch

From EPEL 10.3 Testing for s390x / Packages / p

Name: python3-pytest-subprocess Distribution: Fedora Project
Version: 1.5.4 Vendor: Fedora Project
Release: 1.el10_3 Build date: Wed Apr 8 14:44:45 2026
Group: Unspecified Build host: buildvm-a64-12.rdu3.fedoraproject.org
Size: 159016 Source RPM: python-pytest-subprocess-1.5.4-1.el10_3.src.rpm
Packager: Fedora Project
Url: https://github.com/aklajnert/pytest-subprocess
Summary: A plugin to fake subprocess for pytest
The plugin adds the fake_subprocess fixture. 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.

Provides

Requires

License

MIT

Changelog

* Wed Apr 08 2026 Lumir Balhar <lbalhar@redhat.com> - 1.5.4-1
  - Update to 1.5.4 (rhbz#2449930)
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.5.3-4
  - Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.5.3-3
  - Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Wed Jun 04 2025 Lumir Balhar <lbalhar@redhat.com> - 1.5.3-1
  - Update to 1.5.3 and fix for Py 3.14 (rhbz#2335566)
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 1.5.2-3
  - Rebuilt for Python 3.14
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Tue Oct 08 2024 Charalampos Stratakis <cstratak@redhat.com> - 1.5.2-1
  - Update to 1.5.2
  - Fixes: rhbz#2299549
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 1.5.0-8
  - Rebuilt for Python 3.13

Files

/usr/lib/python3.12/site-packages/pytest_subprocess
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.4.dist-info
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.4.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.4.dist-info/LICENSE
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.4.dist-info/METADATA
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.4.dist-info/WHEEL
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.4.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.4.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/pytest_subprocess/__init__.py
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/asyncio_subprocess.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/asyncio_subprocess.cpython-312.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/exceptions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/exceptions.cpython-312.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/fake_popen.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/fake_popen.cpython-312.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/fake_process.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/fake_process.cpython-312.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/fixtures.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/fixtures.cpython-312.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/process_dispatcher.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/process_dispatcher.cpython-312.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/process_recorder.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/process_recorder.cpython-312.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/types.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/types.cpython-312.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/__pycache__/utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/pytest_subprocess/asyncio_subprocess.py
/usr/lib/python3.12/site-packages/pytest_subprocess/exceptions.py
/usr/lib/python3.12/site-packages/pytest_subprocess/fake_popen.py
/usr/lib/python3.12/site-packages/pytest_subprocess/fake_process.py
/usr/lib/python3.12/site-packages/pytest_subprocess/fixtures.py
/usr/lib/python3.12/site-packages/pytest_subprocess/process_dispatcher.py
/usr/lib/python3.12/site-packages/pytest_subprocess/process_recorder.py
/usr/lib/python3.12/site-packages/pytest_subprocess/py.typed
/usr/lib/python3.12/site-packages/pytest_subprocess/types.py
/usr/lib/python3.12/site-packages/pytest_subprocess/utils.py
/usr/share/doc/python3-pytest-subprocess
/usr/share/doc/python3-pytest-subprocess/HISTORY.rst
/usr/share/doc/python3-pytest-subprocess/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 9 06:43:25 2026