changelog: fix missing tick (#8295)

Messes with the rendering.
This commit is contained in:
Ran Benita
2021-01-29 16:21:25 +02:00
committed by GitHub

View File

@@ -1,3 +1,3 @@
``testdir.makefile` now silently accepts values which don't start with ``.`` to maintain backward compatibility with older pytest versions.
``testdir.makefile`` now silently accepts values which don't start with ``.`` to maintain backward compatibility with older pytest versions.
``pytester.makefile`` now issues a clearer error if the ``.`` is missing in the ``ext`` argument.