File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
History
2
2
=======
3
3
4
+ 1.5.0 (2023-01-28)
5
+ ------------------
6
+
7
+ Features
8
+ ~~~~~~~~
9
+ * `#109 <https://github.com/aklajnert/pytest-subprocess/pull/109 >`_: Match also `os.PathLike `.
10
+ * `#105 <https://github.com/aklajnert/pytest-subprocess/pull/105 >`_: Add program matcher.
11
+
12
+ Other changes
13
+ ~~~~~~~~~~~~~
14
+ * `#110 <https://github.com/aklajnert/pytest-subprocess/pull/110 >`_: Produce TypeError on Win Py<3.8 for Path args.
15
+
4
16
1.4.2 (2022-10-02)
5
17
------------------
6
18
Original file line number Diff line number Diff line change
1
+ entries :
2
+ feature :
3
+ - message : Match also `os.PathLike`.
4
+ pr_ids :
5
+ - ' 109'
6
+ timestamp : 1674900284
7
+ - message : Add program matcher.
8
+ pr_ids :
9
+ - ' 105'
10
+ timestamp : 1674900223
11
+ other :
12
+ - message : Produce TypeError on Win Py<3.8 for Path args.
13
+ pr_ids :
14
+ - ' 110'
15
+ timestamp : 1674900321
16
+ previous_release : 1.4.2
17
+ release_date : ' 2023-01-28'
18
+ release_description : ' '
19
+ release_version : 1.5.0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def read(fname):
16
16
17
17
setup (
18
18
name = "pytest-subprocess" ,
19
- version = "1.4.2 " ,
19
+ version = "1.5.0 " ,
20
20
author = "Andrzej Klajnert" ,
21
21
author_email = "python@aklajnert.pl" ,
22
22
maintainer = "Andrzej Klajnert" ,
You can’t perform that action at this time.
0 commit comments