fastmcp/tests/deprecated/__init__.py
2025-06-04 12:05:40 -04:00

4 lines
131 B
Python

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