This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch jd_tryout in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
commit 2027026e820e2fbf6a271345c8deaa08a16b5b70 Author: Jiri Daněk <[email protected]> AuthorDate: Sun Jan 30 18:55:50 2022 +0100 fixup caputure pytest DISPATCH-2323 Add Pytest-compatible logging displayed on test failure --- tests/tox.ini.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tox.ini.in b/tests/tox.ini.in index 7f9c91c..96786c2 100644 --- a/tests/tox.ini.in +++ b/tests/tox.ini.in @@ -149,6 +149,9 @@ exclude = # do not filter test file names python_files = *.py +# https://docs.pytest.org/en/6.2.x/logging.html#incompatible-changes-in-pytest-3-4 +log_level = DEBUG + # pylint [MESSAGE_CONTROL] disable = --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
