Releases: saltstack/pytest-shell-utilities
Releases · saltstack/pytest-shell-utilities
1.6.0
shell-utilities 1.6.0
Improvements
- The
shell
fixture is now session
scoped (#29)
1.5.0
shell-utilities 1.5.0 (2022-06-02)
Improvements
- The minimum python for the code base is now 3.7(we still provide support to Py3.5 and Py3.6 by providing a downgraded source, transparent to the user), and the project is now 100% typed, including the test suite. (#26)
Improved Documentation
- Improve and switch to google style docstrings (#24)
1.4.0
shell-utilities 1.4.0 (2022-05-26)
Improvements
Daemon.started()
is now a context manager (#22)
1.3.0
shell-utilities 1.3.0 (2022-05-26)
Improvements
- Support user provided callable functions to confirm that the daemon is up and running (#20)
1.2.1
shell-utilities 1.2.1 (2022-05-23)
Bug Fixes
- Account for
ProcessLookupError
when terminating the underlying process. #18
1.2.0
shell-utilities 1.2.0 (2022-05-20)
Improvements
Trivial/Internal Changes
- Remove the redundant
wheel
dependency from pyproject.toml.
1.1.0
shell-utilities 1.1.0 (2022-05-16)
Improvements
- Skip test when the GLIBC race conditions are met, instead of failing (#13)
Trivial/Internal Changes
- Update pre-commit hooks and test against PyTest 7.0.x and 7.1.x. (#13)
1.0.5
shell-utilities 1.0.5 (2022-02-21)
Bug Fixes
- Fix deprecation message telling to use the wrong property. (#12)
1.0.4
shell-utilities 1.0.4 (2022-02-17)
Improvements
- State from which library the
DeprecationWarning
is coming from. (#9)
Bug Fixes
- Handle
None
values for .stdout
and .stderr
on ProcessResult.__str__()
(#8)
1.0.3
shell-utilities 1.0.3 (2022-02-16)
Bug Fixes
- Fixed issue with
sdist
recompression for reproducible packages not iterating though subdirectories contents. (#7)