Do not trigger pytest_warning_captured in pytest 6.0+

Fix #562
This commit is contained in:
Bruno Oliveira
2020-07-24 15:19:07 -03:00
parent 2fc21fddbb
commit 18b18870a8
3 changed files with 39 additions and 12 deletions

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

@@ -0,0 +1 @@
Do not trigger the deprecated ``pytest_warning_captured`` in pytest 6.0+.