summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-10-15 08:40:51 -0700
committerGitHub <noreply@github.com>2018-10-15 08:40:51 -0700
commit093e19a7d95249b923608b5120491cc9258860aa (patch)
treeeb48e6c00c7b6541f0395f6229b5101b6e81a37c /changelog
parent8abf30ad71f3a72b7ae6ce96473218a609c1f53f (diff)
parent2e42d937dcbfc17398210e957e054e815c694ca2 (diff)
downloadpytest-093e19a7d95249b923608b5120491cc9258860aa.tar.gz
Merge pull request #4153 from asottile/syntax_warning_filename
Display the filename when encountering `SyntaxWarning`.
Diffstat (limited to 'changelog')
-rw-r--r--changelog/4152.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/4152.bugfix.rst b/changelog/4152.bugfix.rst
new file mode 100644
index 000000000..ce2547294
--- /dev/null
+++ b/changelog/4152.bugfix.rst
@@ -0,0 +1 @@
+Display the filename when encountering ``SyntaxWarning``.