We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All tests fail with AttributeError because catch_log_handler was removed in a pytest pull request prior to their 6.0.0 release.
catch_log_handler
output of python3 -m pytest test/ with pyfuse 3.1.1 and pytest 6.1.0
python3 -m pytest test/
The text was updated successfully, but these errors were encountered:
from changelog:
The item.catch_log_handler and item.catch_log_handlers attributes, set by the logging plugin and never meant to be public, are no longer available.
The deprecated --no-print-logs option and log_print ini option are removed. Use --show-capture instead.
Sorry, something went wrong.
0070edd
@Nikratio Thanks for fixing! Are you working on a llfuse port of this change, or shall I try?
Update python-pyfuse3 to version 3.0.0 / rev 6 via SR 879272
7659484
https://build.opensuse.org/request/show/879272 by user mcepl + RBrownSUSE - Add fix_catch_log_handler.patch to make tests compatible with pytest >= 6.0.0, which removed never documented attribute .catch_log_handler of log item (gh#libfuse/pyfuse3#27).
No branches or pull requests
All tests fail with AttributeError because
catch_log_handler
was removed in a pytest pull request prior to their 6.0.0 release.output of
python3 -m pytest test/
with pyfuse 3.1.1 and pytest 6.1.0The text was updated successfully, but these errors were encountered: