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
Setting logger.propagate to False in @apify/crawlee-python PR #1156 causes caplog to stop capturing logs. This is known pytest behavior (pytest-dev/pytest#3697).
logger.propagate
False
This leads to failing log-related tests when using Crawlee v0.6.7 in apify-sdk-python PR #459.
Once this is resolved, undo the skip marks that were added in #459.
The text was updated successfully, but these errors were encountered:
vdusek
No branches or pull requests
Setting
logger.propagate
toFalse
in @apify/crawlee-python PR #1156 causes caplog to stop capturing logs. This is known pytest behavior (pytest-dev/pytest#3697).This leads to failing log-related tests when using Crawlee v0.6.7 in apify-sdk-python PR #459.
Once this is resolved, undo the skip marks that were added in #459.
The text was updated successfully, but these errors were encountered: