You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.rst
+42
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,48 @@ with advance notice in the **Deprecations** section of releases.
18
18
19
19
.. towncrier release notes start
20
20
21
+
pytest 4.3.0 (2019-02-16)
22
+
=========================
23
+
24
+
Deprecations
25
+
------------
26
+
27
+
- `#4724 <https://github.com/pytest-dev/pytest/issues/4724>`_: ``pytest.warns()`` now emits a warning when it receives unknown keyword arguments.
28
+
29
+
This will be changed into an error in the future.
30
+
31
+
32
+
33
+
Features
34
+
--------
35
+
36
+
- `#2753 <https://github.com/pytest-dev/pytest/issues/2753>`_: Usage errors from argparse are mapped to pytest's ``UsageError``.
37
+
38
+
39
+
- `#3711 <https://github.com/pytest-dev/pytest/issues/3711>`_: Add the ``--ignore-glob`` parameter to exclude test-modules with Unix shell-style wildcards.
40
+
Add the ``collect_ignore_glob`` for ``conftest.py`` to exclude test-modules with Unix shell-style wildcards.
41
+
42
+
43
+
- `#4698 <https://github.com/pytest-dev/pytest/issues/4698>`_: The warning about Python 2.7 and 3.4 not being supported in pytest 5.0 has been removed.
44
+
45
+
In the end it was considered to be more
46
+
of a nuisance than actual utility and users of those Python versions shouldn't have problems as ``pip`` will not
47
+
install pytest 5.0 on those interpreters.
48
+
49
+
50
+
- `#4707 <https://github.com/pytest-dev/pytest/issues/4707>`_: With the help of new ``set_log_path()`` method there is a way to set ``log_file`` paths from hooks.
51
+
52
+
53
+
54
+
Bug Fixes
55
+
---------
56
+
57
+
- `#4651 <https://github.com/pytest-dev/pytest/issues/4651>`_: ``--help`` and ``--version`` are handled with ``UsageError``.
58
+
59
+
60
+
- `#4782 <https://github.com/pytest-dev/pytest/issues/4782>`_: Fix ``AssertionError`` with collection of broken symlinks with packages.
0 commit comments