Source: python-llfuse
Version: 1.3.6+dfsg-2
Severity: serious
User: pyt...@packages.debian.org
Usertags: pytest-v6

Hi,

python-llfuse FTBFS with pytest 6 in unstable:

> ==================================== ERRORS 
> ====================================
> _____________________ ERROR at setup of test_inquire_bits 
> ______________________
> 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_inquire_bits 
> ____________________
> 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/util.py:67
> /<<PKGBUILDDIR>>/test/util.py:67
>   /<<PKGBUILDDIR>>/test/util.py:67: PytestUnknownMarkWarning: Unknown 
> pytest.mark.uses_fuse - is this a typo?  You can register custom marks to 
> avoid this warning - for details, see 
> https://docs.pytest.org/en/stable/mark.html
>     return pytest.mark.uses_fuse()
> 
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> =========================== short test summary info 
> ============================
> ERROR ../../../test/test_api.py::test_inquire_bits - AttributeError: 
> 'Functio...
> ERROR ../../../test/test_api.py::test_inquire_bits - AttributeError: 
> 'Functio...
> !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 2 failures 
> !!!!!!!!!!!!!!!!!!!!!!!!!!!
> ======================== 2 warnings, 2 errors in 0.06s 
> =========================


This has been fixed upstream:
https://github.com/libfuse/libfuse/issues/510

Reply via email to