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.0-1.fc38 RPM for noarch

From Fedora 38 for x86_64 / p

Name: python3-pytest-subprocess Distribution: Fedora Project
Version: 1.5.0 Vendor: Fedora Project
Release: 1.fc38 Build date: Wed Feb 15 17:36:21 2023
Group: Unspecified Build host: buildvm-s390x-25.s390.fedoraproject.org
Size: 164855 Source RPM: python-pytest-subprocess-1.5.0-1.fc38.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 Feb 15 2023 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-1
  - Update to 1.5.0
  - Fixes: rhbz#2165202
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Oct 04 2022 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-1
  - Update to 1.4.2
  - Fixes: rhbz#2131525
  - Drop build-time dependency on python3-coverage
* Mon Sep 19 2022 Charalampos Stratakis <cstratak@redhat.com> - 1.4.1-1
  - Update to 1.4.1
  - Fixes: rhbz#2052392
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.4.0-2
  - Rebuilt for Python 3.11
* Thu Jan 27 2022 Karolina Surma <ksurma@redhat.com> - 1.4.0-1
  - Update to 1.4.0
  - Fixes: rhbz#2012451
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Jul 26 2021 Miro Hrončok <mhroncok@redhat.com> - 1.1.2-1
  - Initial package
  - Fixes: rhbz#1985993

Files

/usr/lib/python3.11/site-packages/pytest_subprocess
/usr/lib/python3.11/site-packages/pytest_subprocess-1.5.0.dist-info
/usr/lib/python3.11/site-packages/pytest_subprocess-1.5.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/pytest_subprocess-1.5.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/pytest_subprocess-1.5.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/pytest_subprocess-1.5.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/pytest_subprocess-1.5.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/pytest_subprocess-1.5.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/pytest_subprocess/__init__.py
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/asyncio_subprocess.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/asyncio_subprocess.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/fake_popen.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/fake_popen.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/fake_process.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/fake_process.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/fixtures.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/fixtures.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/process_dispatcher.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/process_dispatcher.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/process_recorder.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/process_recorder.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/types.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/types.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_subprocess/asyncio_subprocess.py
/usr/lib/python3.11/site-packages/pytest_subprocess/exceptions.py
/usr/lib/python3.11/site-packages/pytest_subprocess/fake_popen.py
/usr/lib/python3.11/site-packages/pytest_subprocess/fake_process.py
/usr/lib/python3.11/site-packages/pytest_subprocess/fixtures.py
/usr/lib/python3.11/site-packages/pytest_subprocess/process_dispatcher.py
/usr/lib/python3.11/site-packages/pytest_subprocess/process_recorder.py
/usr/lib/python3.11/site-packages/pytest_subprocess/py.typed
/usr/lib/python3.11/site-packages/pytest_subprocess/types.py
/usr/lib/python3.11/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 May 9 21:57:25 2024