Skip to content

chore: Resolve some warnings in tests#1442

Merged
vdusek merged 1 commit into
masterfrom
resolve-test-warnings
Oct 1, 2025
Merged

chore: Resolve some warnings in tests#1442
vdusek merged 1 commit into
masterfrom
resolve-test-warnings

Conversation

@vdusek

@vdusek vdusek commented Sep 30, 2025

Copy link
Copy Markdown
Collaborator
 D:\a\crawlee-python\crawlee-python\tests\unit\storages\test_key_value_store.py:1073: UserWarning: The SqlStorageClient is experimental and may change or be removed in future releases.
    pytest.param(SqlStorageClient(), id='tested=SqlStorageClient'),
  • suppress_user_warning fixture has autouse
tests/unit/crawlers/_basic/test_basic_crawler.py::test_status_message_callback
  D:\a\crawlee-python\crawlee-python\tests\unit\crawlers\_basic\test_basic_crawler.py:1507: RuntimeWarning: coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
    status_message_callback(message)
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
  • added missing await

@vdusek vdusek added this to the 124th sprint - Tooling team milestone Sep 30, 2025
@vdusek vdusek requested a review from Pijukatel September 30, 2025 13:36
@vdusek vdusek self-assigned this Sep 30, 2025
@vdusek vdusek added t-tooling Issues with this label are in the ownership of the tooling team. adhoc Ad-hoc unplanned task added during the sprint. labels Sep 30, 2025
@github-actions github-actions Bot added the tested Temporary label used only programatically for some analytics. label Sep 30, 2025
@vdusek vdusek merged commit a23ce8b into master Oct 1, 2025
18 of 19 checks passed
@vdusek vdusek deleted the resolve-test-warnings branch October 1, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants