Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ filterwarnings =
ignore:.*\'asyncio.iscoroutinefunction\' is deprecated.*:DeprecationWarning
ignore:.*\'asyncio.get_event_loop_policy\' is deprecated.*:DeprecationWarning
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better maintainability, please add a comment explaining why this warning is being ignored. This is a common practice in this file and helps others understand the context in the future.

    # Ignore warnings about using EOL Python versions during tests
    ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning

Loading