- Update to 1.5.0:

* #109: Match also os.PathLike.
  * #105: Add program matcher.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subprocess?expand=0&rev=6
This commit is contained in:
2023-04-06 07:14:52 +00:00
committed by Git OBS Bridge
parent f157dc69f6
commit 9fc3042c53
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 6 07:14:12 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.5.0:
* #109: Match also os.PathLike.
* #105: Add program matcher.
-------------------------------------------------------------------
Fri Jan 27 18:22:44 UTC 2023 - Ben Greiner <code@bnavigator.de>