Skip to content

Commit 9ef23b6

Browse files
authored
Merge pull request #4252 from nicoddemus/release-3.9.3
Preparing release version 3.9.3
2 parents ebba3eb + 96784c2 commit 9ef23b6

16 files changed

+137
-78
lines changed

CHANGELOG.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,44 @@ with advance notice in the **Deprecations** section of releases.
1818
1919
.. towncrier release notes start
2020
21+
pytest 3.9.3 (2018-10-27)
22+
=========================
23+
24+
Bug Fixes
25+
---------
26+
27+
- `#4174 <https://github.com/pytest-dev/pytest/issues/4174>`_: Fix "ValueError: Plugin already registered" with conftest plugins via symlink.
28+
29+
30+
- `#4181 <https://github.com/pytest-dev/pytest/issues/4181>`_: Handle race condition between creation and deletion of temporary folders.
31+
32+
33+
- `#4221 <https://github.com/pytest-dev/pytest/issues/4221>`_: Fix bug where the warning summary at the end of the test session was not showing the test where the warning was originated.
34+
35+
36+
- `#4243 <https://github.com/pytest-dev/pytest/issues/4243>`_: Fix regression when ``stacklevel`` for warnings was passed as positional argument on python2.
37+
38+
39+
40+
Improved Documentation
41+
----------------------
42+
43+
- `#3851 <https://github.com/pytest-dev/pytest/issues/3851>`_: Add reference to ``empty_parameter_set_mark`` ini option in documentation of ``@pytest.mark.parametrize``
44+
45+
46+
47+
Trivial/Internal Changes
48+
------------------------
49+
50+
- `#4028 <https://github.com/pytest-dev/pytest/issues/4028>`_: Revert patching of ``sys.breakpointhook`` since it appears to do nothing.
51+
52+
53+
- `#4233 <https://github.com/pytest-dev/pytest/issues/4233>`_: Apply an import sorter (``reorder-python-imports``) to the codebase.
54+
55+
56+
- `#4248 <https://github.com/pytest-dev/pytest/issues/4248>`_: Remove use of unnecessary compat shim, six.binary_type
57+
58+
2159
pytest 3.9.2 (2018-10-22)
2260
=========================
2361

changelog/3851.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/4028.trivial.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/4174.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/4181.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/4221.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/4233.trivial.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/4243.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/4248.trivial.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/en/announce/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release announcements
66
:maxdepth: 2
77

88

9+
release-3.9.3
910
release-3.9.2
1011
release-3.9.1
1112
release-3.9.0

0 commit comments

Comments
 (0)