summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorVincent Barbaresi <vincent.barbaresi@opendatasoft.com>2018-10-19 18:59:23 +0200
committerVincent Barbaresi <vincent.barbaresi@opendatasoft.com>2018-10-20 09:55:10 +0200
commitdb106d60855fa7536eadbe1d0a38bb65abb6511f (patch)
tree04a07cb9c15f6af3385f0efc4a39fbcb404a2bc0 /changelog
parent93bdbf7572cf330c1cfba46f0436e9a201f5f3f6 (diff)
downloadpytest-db106d60855fa7536eadbe1d0a38bb65abb6511f.tar.gz
Fix logging usage in hooks pytest_sessionstart/finish #3340
Diffstat (limited to 'changelog')
-rw-r--r--changelog/3340.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/3340.bugfix.rst b/changelog/3340.bugfix.rst
new file mode 100644
index 000000000..72b889d01
--- /dev/null
+++ b/changelog/3340.bugfix.rst
@@ -0,0 +1 @@
+Fix logging messages not shown in hooks ``pytest_sessionstart()`` and ``pytest_sessionfinish()``.