Skip to content

Releases: saltstack/pytest-shell-utilities

1.6.0

28 Jul 15:09
Compare
Choose a tag to compare

shell-utilities 1.6.0

Improvements

  • The shell fixture is now session scoped (#29)

1.5.0

02 Jun 17:36
Compare
Choose a tag to compare

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

26 May 19:55
Compare
Choose a tag to compare

shell-utilities 1.4.0 (2022-05-26)

Improvements

  • Daemon.started() is now a context manager (#22)

1.3.0

26 May 10:32
Compare
Choose a tag to compare

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

23 May 17:26
Compare
Choose a tag to compare

shell-utilities 1.2.1 (2022-05-23)

Bug Fixes

  • Account for ProcessLookupError when terminating the underlying process. #18

1.2.0

20 May 07:09
Compare
Choose a tag to compare

shell-utilities 1.2.0 (2022-05-20)

Improvements

Trivial/Internal Changes

  • Remove the redundant wheel dependency from pyproject.toml.

1.1.0

16 May 14:25
Compare
Choose a tag to compare

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

21 Feb 06:06
Compare
Choose a tag to compare

shell-utilities 1.0.5 (2022-02-21)

Bug Fixes

  • Fix deprecation message telling to use the wrong property. (#12)

1.0.4

17 Feb 08:43
Compare
Choose a tag to compare

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

16 Feb 07:48
Compare
Choose a tag to compare

shell-utilities 1.0.3 (2022-02-16)

Bug Fixes

  • Fixed issue with sdist recompression for reproducible packages not iterating though subdirectories contents. (#7)