Version: 3.7.4+dfsg-2 Sorry about this, I forgot to update the template.
On Thu, 10 Dec 2020 21:14:04 +0100 Christian Kastner <c...@debian.org> wrote: > Source: python-dugong > Version: xx > Severity: important > User: pyt...@packages.debian.org > Usertags: pytest-v6 > > Hi, > > python-dugong FTBFS with pytest 6 in experimental because it uses a > removed feature "catch_log_handler", see: > > https://docs.pytest.org/en/stable/changelog.html#id60 > > The error log below has more details. > > > ______________________ ERROR at teardown of test_httpcat > > _______________________ > > Traceback (most recent call last): > > File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 141, in > > pytest_runtest_teardown > > check_output(item) > > File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 131, in > > check_output > > check_test_log(item.catch_log_handler) > > AttributeError: 'Function' object has no attribute 'catch_log_handler' > > _____________________ ERROR at setup of test_extract_links > > _____________________ > > Traceback (most recent call last): > > File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 135, in > > pytest_runtest_setup > > check_output(item) > > File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 131, in > > check_output > > check_test_log(item.catch_log_handler) > > AttributeError: 'Function' object has no attribute 'catch_log_handler' > > ___________________ ERROR at teardown of test_extract_links > > ____________________ > > Traceback (most recent call last): > > File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 141, in > > pytest_runtest_teardown > > check_output(item) > > File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 131, in > > check_output > > check_test_log(item.catch_log_handler) > > AttributeError: 'Function' object has no attribute 'catch_log_handler' > > _______________________ ERROR at setup of test_pipeline1 > > _______________________ > > Traceback (most recent call last): > > File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 135, in > > pytest_runtest_setup > > check_output(item) > > File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 131, in > > check_output > > check_test_log(item.catch_log_handler) > > AttributeError: 'Function' object has no attribute 'catch_log_handler' > > _____________________ ERROR at teardown of test_pipeline1 > > ______________________ > > Traceback (most recent call last): > > File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 141, in > > pytest_runtest_teardown > > check_output(item) > > File "/<<PKGBUILDDIR>>/test/pytest_checklogs.py", line 131, in > > check_output > > check_test_log(item.catch_log_handler) > > AttributeError: 'Function' object has no attribute 'catch_log_handler' > > =============================== warnings summary > > =============================== > > /<<PKGBUILDDIR>>/test/test_aio.py:43 > > /<<PKGBUILDDIR>>/test/test_aio.py:43: DeprecationWarning: "@coroutine" > > decorator is deprecated since Python 3.8, use "async def" instead > > def write(sock): > > > > /<<PKGBUILDDIR>>/test/test_dugong.py:189 > > /<<PKGBUILDDIR>>/test/test_dugong.py:189: PytestUnknownMarkWarning: > > Unknown pytest.mark.no_ssl - is this a typo? You can register custom marks > > to avoid this warning - for details, see > > https://docs.pytest.org/en/stable/mark.html > > @pytest.mark.no_ssl > > > > /<<PKGBUILDDIR>>/test/test_dugong.py:238