Releases: saltstack/pytest-shell-utilities
Releases · saltstack/pytest-shell-utilities
1.9.7 (2024-10-22)
1.9.6 (2024-10-18)
Need psutil >= 6.0.0 to use net_connections (#54) * Need psutil >= 6.0.0 to use net_connections * Added changelog entry
1.9.5 (2024-10-18)
Adjusted psutil to 5.8.0 or higher (#53) * Adjusted psutil to 5.8.0 or higher * Added changelog entry
1.9.4 (2024-10-17)
fix: handle process shutdown with limited permissions (#51) Certain platforms like Android do not have permission to list all child processes. In this instance, just continue
1.9.3 (2024-08-26)
Support for psutil 6.0.0
1.9.2 (2024-08-26)
Release v1.9.2, support for psutil 6.0.0
1.9.1 (2024-08-26)
Support for psutil 6.0.0
1.9.0
shell-utilities 1.9.0 (2024-02-23)
Breaking Changes
- Drop support for Python older than 3.8 and Pytest older than 7.4.x (#43)
Bug Fixes
- The printed output is now the result of json.dumps instead of pprint.pformat (#42)
Trivial/Internal Changes
- Several minor changes to the code base:
- Update copyright headers
- Update pre-commit hook versions (#43)