fastmcp/tests/deprecated/__init__.py
2025-09-30 23:55:34 +00:00

4 lines
131 B
Python

import pytest
# reset deprecation warnings for this module
pytestmark = pytest.mark.filterwarnings("default::DeprecationWarning")