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-7.fc41 RPM for noarch

From Fedora Rawhide for s390x / p

Name: python3-pytest-subprocess Distribution: Fedora Project
Version: 1.5.0 Vendor: Fedora Project
Release: 7.fc41 Build date: Sat Mar 23 13:14:56 2024
Group: Unspecified Build host: buildvm-s390x-01.s390.fedoraproject.org
Size: 156435 Source RPM: python-pytest-subprocess-1.5.0-7.fc41.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

* Mon Mar 18 2024 Sandro <devel@penguinpee.nl> - 1.5.0-7
  - Don't turn warnings into errors running tests
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jul 03 2023 Python Maint <python-maint@redhat.com> - 1.5.0-2
  - Rebuilt for Python 3.12
* 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

Files

/usr/lib/python3.12/site-packages/pytest_subprocess
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.0.dist-info
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.0.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.0.dist-info/LICENSE
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.0.dist-info/METADATA
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.0.dist-info/WHEEL
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.0.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/pytest_subprocess-1.5.0.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, Wed May 1 02:28:23 2024