summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2018-10-26 09:01:25 +0200
committerRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2018-10-26 09:01:25 +0200
commitce0b0518c780c498025f4252edd9fb587b2aaa37 (patch)
tree255b6eaa7b329bc06159de7b2f5ca7b93c7c0cbd /changelog
parent041044eef02ae094364e3790791da16d7c877398 (diff)
downloadpytest-ce0b0518c780c498025f4252edd9fb587b2aaa37.tar.gz
fix #4243 - support positional argument stacklevel on python2
Diffstat (limited to 'changelog')
-rw-r--r--changelog/4243.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/4243.bugfix.rst b/changelog/4243.bugfix.rst
new file mode 100644
index 000000000..6a8bed895
--- /dev/null
+++ b/changelog/4243.bugfix.rst
@@ -0,0 +1 @@
+Fix regression when ``stacklevel`` for warnings was passed as positional argument on python2.