summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2021-01-29 16:21:25 +0200
committerGitHub <noreply@github.com>2021-01-29 16:21:25 +0200
commit63ea727bc20a09c4fd5afcf16f5bc31a45ffe52e (patch)
tree2812a1a422cfc1bb584ffbe7d27d893a7e67a4ca
parentbeda7a8a31a690a50d98e14263fcb2348ecb8bd6 (diff)
parent0b510bcc5173ae8f3f29750d2097c6ef07a5a142 (diff)
downloadpytest-63ea727bc20a09c4fd5afcf16f5bc31a45ffe52e.tar.gz
changelog: fix missing tick (#8295)
Messes with the rendering.
-rw-r--r--changelog/8192.bugfix.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog/8192.bugfix.rst b/changelog/8192.bugfix.rst
index 5b26ecbe4..8920b200a 100644
--- a/changelog/8192.bugfix.rst
+++ b/changelog/8192.bugfix.rst
@@ -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.