Do not implement pytest_logwarning in pytest versions where it is deprecated

Fix #406
This commit is contained in:
Bruno Oliveira
2019-01-28 18:05:41 -02:00
parent f00f9ecf58
commit c5f65b39ec
2 changed files with 5 additions and 2 deletions

1
changelog/406.bugfix.rst Normal file
View File

@@ -0,0 +1 @@
Do not implement deprecated ``pytest_logwarning`` hook in pytest versions where it is deprecated.