Name: | python3-pytest-subprocess |
---|---|
Version: | 1.5.2 |
Release: | 2.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 158086 |
License: | MIT |
RPM: | python3-pytest-subprocess-1.5.2-2.el10_0.noarch.rpm |
Source RPM: | python-pytest-subprocess-1.5.2-2.el10_0.src.rpm |
Build Date: | Fri Feb 14 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/aklajnert/pytest-subprocess |
Summary: | A plugin to fake subprocess for pytest |
Description: | 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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
- Update to 1.5.2 - Fixes: rhbz#2299549
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Don't turn warnings into errors running tests
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for Python 3.12
- Update to 1.5.0 - Fixes: rhbz#2165202