File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 0.1.3
4
+
5
+ - Allow specifying a run path with ` PYTEST_RUN_PATH ` environment variable #29 (thanks to @michamos )
6
+
7
+ ## 0.1.2
8
+
9
+ - Fall back file path when ValueError on Windows #24
10
+ - ci: change Python version set #25
11
+ - doc: notice for Docker environments #27
12
+
13
+ ## 0.1.1
14
+
15
+ - Fix #21 : stdout is captured by pytest-xdist #22 (thanks to @yihuang )
16
+
17
+ ## 0.1.0
18
+
19
+ - feat: better annotation structure (PR #14 , thanks to @henryiii )
20
+
21
+ ## 0.0.8
22
+
23
+ - Convert relative path to path from repository root (fix #8 with PR #11 and #12 , thanks to @henryiii )
24
+
25
+ ## 0.0.7
26
+
27
+ - Python 2.7 support
28
+
29
+ ## 0.0.6
30
+
31
+ - Enable this plugin only in GitHub Actions workflow
32
+
33
+ ## 0.0.5
34
+
35
+ - Remove unnecessary environment (PYTEST_PLUGINS) variable in README (thanks to @AlphaMycelium )
36
+
37
+ ## 0.0.4
38
+
39
+ - Always enabled whether or not in GitHub Actions workflow
40
+
41
+ ## 0.0.3
42
+
43
+ - Requires pytest >= 4.0.0
44
+
45
+ ## 0.0.2
46
+
47
+ - Add short description
48
+
49
+ ## 0.0.1
50
+
51
+ - First release
You can’t perform that action at this time.
0 commit comments