diff --git a/pytest.ini b/pytest.ini index f0c58d8..9c2765b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -10,3 +10,5 @@ filterwarnings = ignore:coroutine 'AsyncMockMixin._execute_mock_call' was never awaited:RuntimeWarning # Remove warning once https://github.com/grpc/grpc/issues/35974 is fixed ignore:unclosed:ResourceWarning + # Remove after support for Python 3.7 is dropped + ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning