File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 2.9.0 (2020-05-?? )
4
+ 2.9.0 (2020-05-22 )
5
5
------------------
6
6
7
7
* Fixed ``RemovedInPytest4Warning `` when using Pytest 3.10.
@@ -21,6 +21,10 @@ Changelog
21
21
* Changed ``--cov-append `` to handle loading previous data better
22
22
(fixes various path aliasing issues).
23
23
* Various other testing improvements, github issue templates, example updates.
24
+ * Fixed internal failures that are caused by tests that change the current working directory by
25
+ ensuring a consistent working directory when coverage is called.
26
+ See `#306 <https://github.com/pytest-dev/pytest-cov/issues/306 >`_ and
27
+ `coveragepy#881 <https://github.com/nedbat/coveragepy/issues/881 >`_
24
28
25
29
2.8.1 (2019-10-05)
26
30
------------------
You can’t perform that action at this time.
0 commit comments