diff --git a/pytest.ini b/pytest.ini index ad2a689a5..ed010798d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -98,8 +98,6 @@ filterwarnings = # https://github.com/cucumber/gherkin/commit/2f4830093149eae7ff7bd82f683b3d3bb7320d39 # https://github.com/pytest-dev/pytest-bdd/issues/752 ignore:'maxsplit' is passed as positional argument:DeprecationWarning:gherkin.gherkin_line - # https://github.com/pytest-dev/pytest-mock/issues/468 - ignore:'asyncio\.iscoroutinefunction' is deprecated and slated for removal:DeprecationWarning:pytest_mock.plugin # https://github.com/ionelmc/pytest-benchmark/issues/283 ignore:FileType is deprecated\. Simply open files after parsing arguments\.:PendingDeprecationWarning:pytest_benchmark.plugin faulthandler_timeout = 90